Html Css Color HEX #9976C2 Lilac Bush

📋 copy color: '#9976C2'

red 153 ◦ green 118 ◦ blue 194

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

Shades of Lilac Bush #9976C2

Tints of Lilac Bush #9976C2

RGB

 RED value IS 153 (60.16% from 255) = 32.9%

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

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 32.9%
G = 25.38%
B = 41.72%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9976C2 (or 0x9976C2) is known color: Lilac Bush. HEX triplet: 99, 76 and C2. RGB value is (153,118,194). Sum of RGB (Red+Green+Blue) = 153+118+194=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #9976C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976C2 is #66893D. Grayscale: #888888. Windows color (decimal): -6719806 or 12744345. OLE color: 12744345.

HSL color Cylindrical-coordinate representation of color #9976C2: hue angle of 267.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9976C2 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 118 194 -
CMYK 0.21 0.39 0 0.24
HSL 267.63º 0.38% 0.61% -
HSV(B) 267.63º 0.39% 0.76% -
XYZ 29.35 23.62 54.05 -
YUV 137.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 153 118 194 0.21 0.39 0 0.24 267.63 0.38 0.61
Hex 99 76 C2 15 27 0 18 10C 26 3D
Octal 231 166 302 25 47 0 30 414 46 75
Binary 10011001 1110110 11000010 10101 100111 0 11000 100001100 100110 111101

Color Harmonies of #9976C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976C2

Black with #9976C2

Text Example


Text Example

White with #9976C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9976C2; }

 p { color: rgb(153,118,194); }

 H1.HeaderClassName
 {
   color: #9976C2;
 }
 .AnyTagClassName
 {
   color: #9976C2;
 }
</style>

background-color css

<style>
 a { background-color: #9976C2; }

 a { background-color: rgb(153,118,194); }

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

border-color css

<style>
 span { border-color: #9976C2; }

 span { border-color: rgb(153,118,194); }

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