Html Css Color HEX #976ABC Lilac Bush

📋 copy color: '#976ABC'

red 151 ◦ green 106 ◦ blue 188

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

Shades of Lilac Bush #976ABC

Tints of Lilac Bush #976ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 33.93%
G = 23.82%
B = 42.25%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#976ABC (or 0x976ABC) is known color: Lilac Bush. HEX triplet: 97, 6A and BC. RGB value is (151,106,188). Sum of RGB (Red+Green+Blue) = 151+106+188=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #976ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ABC is #689543. Grayscale: #808080. Windows color (decimal): -6853956 or 12348055. OLE color: 12348055.

HSL color Cylindrical-coordinate representation of color #976ABC: hue angle of 272.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #976ABC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 106 188 -
CMYK 0.20 0.44 0 0.26
HSL 272.93º 0.38% 0.58% -
HSV(B) 272.93º 0.44% 0.74% -
XYZ 26.99 20.52 50.11 -
YUV 128.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 151 106 188 0.20 0.44 0 0.26 272.93 0.38 0.58
Hex 97 6A BC 14 2C 0 1A 111 26 3A
Octal 227 152 274 24 54 0 32 421 46 72
Binary 10010111 1101010 10111100 10100 101100 0 11010 100010001 100110 111010

Color Harmonies of #976ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ABC

Black with #976ABC

Text Example


Text Example

White with #976ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,106,188); }

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

background-color css

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

 a { background-color: rgb(151,106,188); }

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

border-color css

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

 span { border-color: rgb(151,106,188); }

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