Html Css Color HEX #9C76CC Lilac Bush

📋 copy color: '#9C76CC'

red 156 ◦ green 118 ◦ blue 204

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

Shades of Lilac Bush #9C76CC

Tints of Lilac Bush #9C76CC

RGB

 RED value IS 156 (61.33% from 255) = 32.64%

 GREEN value IS 118 (46.48% from 255) = 24.69%

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

R = 32.64%
G = 24.69%
B = 42.68%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C76CC (or 0x9C76CC) is known color: Lilac Bush. HEX triplet: 9C, 76 and CC. RGB value is (156,118,204). Sum of RGB (Red+Green+Blue) = 156+118+204=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76CC is #638933. Grayscale: #8A8A8A. Windows color (decimal): -6523188 or 13399708. OLE color: 13399708.

HSL color Cylindrical-coordinate representation of color #9C76CC: hue angle of 266.51º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C76CC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 118 204 -
CMYK 0.24 0.42 0 0.2
HSL 266.51º 0.46% 0.63% -
HSV(B) 266.51º 0.42% 0.8% -
XYZ 31.09 24.38 60.19 -
YUV 139.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 156 118 204 0.24 0.42 0 0.2 266.51 0.46 0.63
Hex 9C 76 CC 18 2A 0 14 10B 2E 3F
Octal 234 166 314 30 52 0 24 413 56 77
Binary 10011100 1110110 11001100 11000 101010 0 10100 100001011 101110 111111

Color Harmonies of #9C76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C76CC

Black with #9C76CC

Text Example


Text Example

White with #9C76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C76CC; }

 p { color: rgb(156,118,204); }

 H1.HeaderClassName
 {
   color: #9C76CC;
 }
 .AnyTagClassName
 {
   color: #9C76CC;
 }
</style>

background-color css

<style>
 a { background-color: #9C76CC; }

 a { background-color: rgb(156,118,204); }

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

border-color css

<style>
 span { border-color: #9C76CC; }

 span { border-color: rgb(156,118,204); }

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