Html Css Color HEX #976BBF Lilac Bush

📋 copy color: '#976BBF'

red 151 ◦ green 107 ◦ blue 191

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

Shades of Lilac Bush #976BBF

Tints of Lilac Bush #976BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 33.63%
G = 23.83%
B = 42.54%

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

#976BBF (or 0x976BBF) is known color: Lilac Bush. HEX triplet: 97, 6B and BF. RGB value is (151,107,191). Sum of RGB (Red+Green+Blue) = 151+107+191=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #976BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BBF is #689440. Grayscale: #818181. Windows color (decimal): -6853697 or 12544919. OLE color: 12544919.

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

Color convert

RGB 151 107 191 -
CMYK 0.21 0.44 0 0.25
HSL 271.43º 0.4% 0.58% -
HSV(B) 271.43º 0.44% 0.75% -
XYZ 27.42 20.86 51.87 -
YUV 129.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 151 107 191 0.21 0.44 0 0.25 271.43 0.4 0.58
Hex 97 6B BF 15 2C 0 19 10F 28 3A
Octal 227 153 277 25 54 0 31 417 50 72
Binary 10010111 1101011 10111111 10101 101100 0 11001 100001111 101000 111010

Color Harmonies of #976BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BBF

Black with #976BBF

Text Example


Text Example

White with #976BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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