Html Css Color HEX #976CBE Lilac Bush

📋 copy color: '#976CBE'

red 151 ◦ green 108 ◦ blue 190

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

Shades of Lilac Bush #976CBE

Tints of Lilac Bush #976CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 33.63%
G = 24.05%
B = 42.32%

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

#976CBE (or 0x976CBE) is known color: Lilac Bush. HEX triplet: 97, 6C and BE. RGB value is (151,108,190). Sum of RGB (Red+Green+Blue) = 151+108+190=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #976CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CBE is #689341. Grayscale: #818181. Windows color (decimal): -6853442 or 12479639. OLE color: 12479639.

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

Color convert

RGB 151 108 190 -
CMYK 0.21 0.43 0 0.25
HSL 271.46º 0.39% 0.58% -
HSV(B) 271.46º 0.43% 0.75% -
XYZ 27.42 21.02 51.33 -
YUV 130.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 151 108 190 0.21 0.43 0 0.25 271.46 0.39 0.58
Hex 97 6C BE 15 2B 0 19 10F 27 3A
Octal 227 154 276 25 53 0 31 417 47 72
Binary 10010111 1101100 10111110 10101 101011 0 11001 100001111 100111 111010

Color Harmonies of #976CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CBE

Black with #976CBE

Text Example


Text Example

White with #976CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,190); }

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

background-color css

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

 a { background-color: rgb(151,108,190); }

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

border-color css

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

 span { border-color: rgb(151,108,190); }

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