Html Css Color HEX #976DC0 Lilac Bush

📋 copy color: '#976DC0'

red 151 ◦ green 109 ◦ blue 192

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

Shades of Lilac Bush #976DC0

Tints of Lilac Bush #976DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

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

R = 33.41%
G = 24.12%
B = 42.48%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#976DC0 (or 0x976DC0) is known color: Lilac Bush. HEX triplet: 97, 6D and C0. RGB value is (151,109,192). Sum of RGB (Red+Green+Blue) = 151+109+192=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #976DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DC0 is #68923F. Grayscale: #828282. Windows color (decimal): -6853184 or 12610967. OLE color: 12610967.

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

Color convert

RGB 151 109 192 -
CMYK 0.21 0.43 0 0.25
HSL 270.36º 0.4% 0.59% -
HSV(B) 270.36º 0.43% 0.75% -
XYZ 27.75 21.32 52.52 -
YUV 131.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 151 109 192 0.21 0.43 0 0.25 270.36 0.4 0.59
Hex 97 6D C0 15 2B 0 19 10E 28 3B
Octal 227 155 300 25 53 0 31 416 50 73
Binary 10010111 1101101 11000000 10101 101011 0 11001 100001110 101000 111011

Color Harmonies of #976DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DC0

Black with #976DC0

Text Example


Text Example

White with #976DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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