Html Css Color HEX #9776CC Lilac Bush

📋 copy color: '#9776CC'

red 151 ◦ green 118 ◦ blue 204

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

Shades of Lilac Bush #9776CC

Tints of Lilac Bush #9776CC

RGB

 RED value IS 151 (59.38% from 255) = 31.92%

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

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

R = 31.92%
G = 24.95%
B = 43.13%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9776CC (or 0x9776CC) is known color: Lilac Bush. HEX triplet: 97, 76 and CC. RGB value is (151,118,204). Sum of RGB (Red+Green+Blue) = 151+118+204=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #9776CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776CC is #688933. Grayscale: #898989. Windows color (decimal): -6850868 or 13399703. OLE color: 13399703.

HSL color Cylindrical-coordinate representation of color #9776CC: hue angle of 263.02º 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 #9776CC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 118 204 -
CMYK 0.26 0.42 0 0.2
HSL 263.02º 0.46% 0.63% -
HSV(B) 263.02º 0.42% 0.8% -
XYZ 30.14 23.9 60.15 -
YUV 137.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 151 118 204 0.26 0.42 0 0.2 263.02 0.46 0.63
Hex 97 76 CC 1A 2A 0 14 107 2E 3F
Octal 227 166 314 32 52 0 24 407 56 77
Binary 10010111 1110110 11001100 11010 101010 0 10100 100000111 101110 111111

Color Harmonies of #9776CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9776CC

Black with #9776CC

Text Example


Text Example

White with #9776CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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