Html Css Color HEX #976FC0 Lilac Bush

📋 copy color: '#976FC0'

red 151 ◦ green 111 ◦ blue 192

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

Shades of Lilac Bush #976FC0

Tints of Lilac Bush #976FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.45%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 33.26%
G = 24.45%
B = 42.29%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#976FC0 (or 0x976FC0) is known color: Lilac Bush. HEX triplet: 97, 6F and C0. RGB value is (151,111,192). Sum of RGB (Red+Green+Blue) = 151+111+192=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #976FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FC0 is #68903F. Grayscale: #838383. Windows color (decimal): -6852672 or 12611479. OLE color: 12611479.

HSL color Cylindrical-coordinate representation of color #976FC0: hue angle of 269.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #976FC0 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 111 192 -
CMYK 0.21 0.42 0 0.25
HSL 269.63º 0.39% 0.59% -
HSV(B) 269.63º 0.42% 0.75% -
XYZ 27.96 21.75 52.59 -
YUV 132.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 151 111 192 0.21 0.42 0 0.25 269.63 0.39 0.59
Hex 97 6F C0 15 2A 0 19 10E 27 3B
Octal 227 157 300 25 52 0 31 416 47 73
Binary 10010111 1101111 11000000 10101 101010 0 11001 100001110 100111 111011

Color Harmonies of #976FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FC0

Black with #976FC0

Text Example


Text Example

White with #976FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976FC0; }

 p { color: rgb(151,111,192); }

 H1.HeaderClassName
 {
   color: #976FC0;
 }
 .AnyTagClassName
 {
   color: #976FC0;
 }
</style>

background-color css

<style>
 a { background-color: #976FC0; }

 a { background-color: rgb(151,111,192); }

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

border-color css

<style>
 span { border-color: #976FC0; }

 span { border-color: rgb(151,111,192); }

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