Html Css Color HEX #9871CC Lilac Bush

📋 copy color: '#9871CC'

red 152 ◦ green 113 ◦ blue 204

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

Shades of Lilac Bush #9871CC

Tints of Lilac Bush #9871CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 32.41%
G = 24.09%
B = 43.5%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9871CC (or 0x9871CC) is known color: Lilac Bush. HEX triplet: 98, 71 and CC. RGB value is (152,113,204). Sum of RGB (Red+Green+Blue) = 152+113+204=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9871CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871CC is #678E33. Grayscale: #868686. Windows color (decimal): -6786612 or 13398424. OLE color: 13398424.

HSL color Cylindrical-coordinate representation of color #9871CC: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9871CC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 113 204 -
CMYK 0.25 0.45 0 0.2
HSL 265.71º 0.47% 0.62% -
HSV(B) 265.71º 0.45% 0.8% -
XYZ 29.75 22.85 59.97 -
YUV 135.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 152 113 204 0.25 0.45 0 0.2 265.71 0.47 0.62
Hex 98 71 CC 19 2D 0 14 10A 2F 3E
Octal 230 161 314 31 55 0 24 412 57 76
Binary 10011000 1110001 11001100 11001 101101 0 10100 100001010 101111 111110

Color Harmonies of #9871CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871CC

Black with #9871CC

Text Example


Text Example

White with #9871CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9871CC; }

 p { color: rgb(152,113,204); }

 H1.HeaderClassName
 {
   color: #9871CC;
 }
 .AnyTagClassName
 {
   color: #9871CC;
 }
</style>

background-color css

<style>
 a { background-color: #9871CC; }

 a { background-color: rgb(152,113,204); }

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

border-color css

<style>
 span { border-color: #9871CC; }

 span { border-color: rgb(152,113,204); }

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