Html Css Color HEX #9859BC Deep Lilac

📋 copy color: '#9859BC'

red 152 ◦ green 89 ◦ blue 188

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

Shades of Deep Lilac #9859BC

Tints of Deep Lilac #9859BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 35.43%
G = 20.75%
B = 43.82%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9859BC (or 0x9859BC) is known color: Deep Lilac. HEX triplet: 98, 59 and BC. RGB value is (152,89,188). Sum of RGB (Red+Green+Blue) = 152+89+188=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #9859BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859BC is #67A643. Grayscale: #767676. Windows color (decimal): -6792772 or 12343704. OLE color: 12343704.

HSL color Cylindrical-coordinate representation of color #9859BC: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9859BC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 89 188 -
CMYK 0.19 0.53 0 0.26
HSL 278.18º 0.42% 0.54% -
HSV(B) 278.18º 0.53% 0.74% -
XYZ 25.6 17.45 49.6 -
YUV 119.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 152 89 188 0.19 0.53 0 0.26 278.18 0.42 0.54
Hex 98 59 BC 13 35 0 1A 116 2A 36
Octal 230 131 274 23 65 0 32 426 52 66
Binary 10011000 1011001 10111100 10011 110101 0 11010 100010110 101010 110110

Color Harmonies of #9859BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859BC

Black with #9859BC

Text Example


Text Example

White with #9859BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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