#9858B7

Color #9858B7 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9858B7

Tints of Deep Lilac #9858B7

Color information

#9858B7 (or 0x9858B7) is unknown color: approx Deep Lilac. HEX triplet: 98, 58 and B7. RGB value is (152,88,183). Sum of RGB (Red+Green+Blue) = 152+88+183=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 183 - color contains mainly: blue. Hex color #9858B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858B7 is #67A748. Grayscale: #757575. Windows color (decimal): -6793033 or 12015768. OLE color: 12015768.

HSL color Cylindrical-coordinate representation of color #9858B7: hue angle of 280.42º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9858B7 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15288183-
CMYK0.170.5200.28
HSL280.42º39.75%53.14%-
HSV(B)280.42º51.91%71.76%-
XYZ24.9917.0746.78-
YUV117.97164.7152.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 183 (71.88% from 255) = 43.26%
R=35.93%
G=20.80%
B=43.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152881830.170.5200.28280.4239.7553.14
Hex9858B7113401C1182835
Octal23013026721640344305065
Binary1001100010110001011011110001110100011100100011000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9858B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9858B7; }

 p { color: rgb(152,88,183); }

 H1.HeaderClassName
 {
   color: #9858B7;
 }
 .AnyTagClassName
 {
   color: #9858B7;
 }
</style>
background-color css

<style>
 a { background-color: #9858B7; }

 a { background-color: rgb(152,88,183); }

 div.DivClassName
 {
   background-color: #9858B7;
 }
 .BgClassName
 {
   background-color: #9858B7;
 }
</style>
border-color css

<style>
 span { border-color: #9858B7; }

 span { border-color: rgb(152,88,183); }

 td.TdClassName
 {
   border-color: #9858B7;
 }
 .TagClassName
 {
   border-color: #9858B7;
 }
</style>