Html Css Color HEX #9859BF Deep Lilac

📋 copy color: '#9859BF'

red 152 ◦ green 89 ◦ blue 191

#9859BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9859BF

Tints of Deep Lilac #9859BF

RGB

 RED value IS 152 (59.77% from 255) = 35.19%

 GREEN value IS 89 (35.16% from 255) = 20.6%

 BLUE value IS 191 (75% from 255) = 44.21%

R = 35.19%
G = 20.6%
B = 44.21%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9859BF (or 0x9859BF) is known color: Deep Lilac. HEX triplet: 98, 59 and BF. RGB value is (152,89,191). Sum of RGB (Red+Green+Blue) = 152+89+191=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #9859BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859BF is #67A640. Grayscale: #777777. Windows color (decimal): -6792769 or 12540312. OLE color: 12540312.

HSL color Cylindrical-coordinate representation of color #9859BF: hue angle of 277.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9859BF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 89 191 -
CMYK 0.20 0.53 0 0.25
HSL 277.06º 0.44% 0.55% -
HSV(B) 277.06º 0.53% 0.75% -
XYZ 25.93 17.58 51.32 -
YUV 119.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 152 89 191 0.20 0.53 0 0.25 277.06 0.44 0.55
Hex 98 59 BF 14 35 0 19 115 2C 37
Octal 230 131 277 24 65 0 31 425 54 67
Binary 10011000 1011001 10111111 10100 110101 0 11001 100010101 101100 110111

Color Harmonies of #9859BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859BF

Black with #9859BF

Text Example


Text Example

White with #9859BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9859BF; }

 p { color: rgb(152,89,191); }

 H1.HeaderClassName
 {
   color: #9859BF;
 }
 .AnyTagClassName
 {
   color: #9859BF;
 }
</style>

background-color css

<style>
 a { background-color: #9859BF; }

 a { background-color: rgb(152,89,191); }

 div.DivClassName
 {
   background-color: #9859BF;
 }
 .BgClassName
 {
   background-color: #9859BF;
 }
</style>

border-color css

<style>
 span { border-color: #9859BF; }

 span { border-color: rgb(152,89,191); }

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