Html Css Color HEX #9859BA Deep Lilac

📋 copy color: '#9859BA'

red 152 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9859BA

Tints of Deep Lilac #9859BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 35.6%
G = 20.84%
B = 43.56%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9859BA (or 0x9859BA) is known color: Deep Lilac. HEX triplet: 98, 59 and BA. RGB value is (152,89,186). Sum of RGB (Red+Green+Blue) = 152+89+186=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #9859BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859BA is #67A645. Grayscale: #767676. Windows color (decimal): -6792774 or 12212632. OLE color: 12212632.

HSL color Cylindrical-coordinate representation of color #9859BA: hue angle of 278.97º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9859BA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 89 186 -
CMYK 0.18 0.52 0 0.27
HSL 278.97º 0.41% 0.54% -
HSV(B) 278.97º 0.52% 0.73% -
XYZ 25.38 17.37 48.47 -
YUV 118.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 152 89 186 0.18 0.52 0 0.27 278.97 0.41 0.54
Hex 98 59 BA 12 34 0 1B 117 29 36
Octal 230 131 272 22 64 0 33 427 51 66
Binary 10011000 1011001 10111010 10010 110100 0 11011 100010111 101001 110110

Color Harmonies of #9859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859BA

Black with #9859BA

Text Example


Text Example

White with #9859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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