Html Css Color HEX #976ECB Lilac Bush

📋 copy color: '#976ECB'

red 151 ◦ green 110 ◦ blue 203

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

Shades of Lilac Bush #976ECB

Tints of Lilac Bush #976ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.71%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 32.54%
G = 23.71%
B = 43.75%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#976ECB (or 0x976ECB) is known color: Lilac Bush. HEX triplet: 97, 6E and CB. RGB value is (151,110,203). Sum of RGB (Red+Green+Blue) = 151+110+203=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #976ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ECB is #689134. Grayscale: #848484. Windows color (decimal): -6852917 or 13332119. OLE color: 13332119.

HSL color Cylindrical-coordinate representation of color #976ECB: hue angle of 266.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976ECB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 110 203 -
CMYK 0.26 0.46 0 0.20
HSL 266.45º 0.47% 0.61% -
HSV(B) 266.45º 0.46% 0.8% -
XYZ 29.12 22.04 59.22 -
YUV 132.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 151 110 203 0.26 0.46 0 0.20 266.45 0.47 0.61
Hex 97 6E CB 1A 2E 0 14 10A 2F 3D
Octal 227 156 313 32 56 0 24 412 57 75
Binary 10010111 1101110 11001011 11010 101110 0 10100 100001010 101111 111101

Color Harmonies of #976ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ECB

Black with #976ECB

Text Example


Text Example

White with #976ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,110,203); }

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

background-color css

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

 a { background-color: rgb(151,110,203); }

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

border-color css

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

 span { border-color: rgb(151,110,203); }

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