Html Css Color HEX #976DBF Lilac Bush

📋 copy color: '#976DBF'

red 151 ◦ green 109 ◦ blue 191

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

Shades of Lilac Bush #976DBF

Tints of Lilac Bush #976DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.17%

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

R = 33.48%
G = 24.17%
B = 42.35%

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

#976DBF (or 0x976DBF) is known color: Lilac Bush. HEX triplet: 97, 6D and BF. RGB value is (151,109,191). Sum of RGB (Red+Green+Blue) = 151+109+191=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #976DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DBF is #689240. Grayscale: #828282. Windows color (decimal): -6853185 or 12545431. OLE color: 12545431.

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

Color convert

RGB 151 109 191 -
CMYK 0.21 0.43 0 0.25
HSL 270.73º 0.39% 0.59% -
HSV(B) 270.73º 0.43% 0.75% -
XYZ 27.64 21.28 51.94 -
YUV 130.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 151 109 191 0.21 0.43 0 0.25 270.73 0.39 0.59
Hex 97 6D BF 15 2B 0 19 10F 27 3B
Octal 227 155 277 25 53 0 31 417 47 73
Binary 10010111 1101101 10111111 10101 101011 0 11001 100001111 100111 111011

Color Harmonies of #976DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DBF

Black with #976DBF

Text Example


Text Example

White with #976DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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