Html Css Color HEX #976BC0 Lilac Bush

📋 copy color: '#976BC0'

red 151 ◦ green 107 ◦ blue 192

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

Shades of Lilac Bush #976BC0

Tints of Lilac Bush #976BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 33.56%
G = 23.78%
B = 42.67%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#976BC0 (or 0x976BC0) is known color: Lilac Bush. HEX triplet: 97, 6B and C0. RGB value is (151,107,192). Sum of RGB (Red+Green+Blue) = 151+107+192=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #976BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BC0 is #68943F. Grayscale: #818181. Windows color (decimal): -6853696 or 12610455. OLE color: 12610455.

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

Color convert

RGB 151 107 192 -
CMYK 0.21 0.44 0 0.25
HSL 271.06º 0.4% 0.59% -
HSV(B) 271.06º 0.44% 0.75% -
XYZ 27.53 20.9 52.45 -
YUV 129.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 151 107 192 0.21 0.44 0 0.25 271.06 0.4 0.59
Hex 97 6B C0 15 2C 0 19 10F 28 3B
Octal 227 153 300 25 54 0 31 417 50 73
Binary 10010111 1101011 11000000 10101 101100 0 11001 100001111 101000 111011

Color Harmonies of #976BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BC0

Black with #976BC0

Text Example


Text Example

White with #976BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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