Html Css Color HEX #9979CC Lilac Bush

📋 copy color: '#9979CC'

red 153 ◦ green 121 ◦ blue 204

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

Shades of Lilac Bush #9979CC

Tints of Lilac Bush #9979CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.31%

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

R = 32.01%
G = 25.31%
B = 42.68%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9979CC (or 0x9979CC) is known color: Lilac Bush. HEX triplet: 99, 79 and CC. RGB value is (153,121,204). Sum of RGB (Red+Green+Blue) = 153+121+204=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 121 (47.66% from 255 or 25.31% 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 #9979CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979CC is #668633. Grayscale: #8B8B8B. Windows color (decimal): -6719028 or 13400473. OLE color: 13400473.

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

Color convert

RGB 153 121 204 -
CMYK 0.25 0.41 0 0.2
HSL 263.13º 0.45% 0.64% -
HSV(B) 263.13º 0.41% 0.8% -
XYZ 30.87 24.81 60.29 -
YUV 140.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 153 121 204 0.25 0.41 0 0.2 263.13 0.45 0.64
Hex 99 79 CC 19 29 0 14 107 2D 40
Octal 231 171 314 31 51 0 24 407 55 100
Binary 10011001 1111001 11001100 11001 101001 0 10100 100000111 101101 1000000

Color Harmonies of #9979CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9979CC

Black with #9979CC

Text Example


Text Example

White with #9979CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,121,204); }

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

background-color css

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

 a { background-color: rgb(153,121,204); }

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

border-color css

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

 span { border-color: rgb(153,121,204); }

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