Html Css Color HEX #976DC3 Lilac Bush

📋 copy color: '#976DC3'

red 151 ◦ green 109 ◦ blue 195

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

Shades of Lilac Bush #976DC3

Tints of Lilac Bush #976DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 33.19%
G = 23.96%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#976DC3 (or 0x976DC3) is known color: Lilac Bush. HEX triplet: 97, 6D and C3. RGB value is (151,109,195). Sum of RGB (Red+Green+Blue) = 151+109+195=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #976DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DC3 is #68923C. Grayscale: #838383. Windows color (decimal): -6853181 or 12807575. OLE color: 12807575.

HSL color Cylindrical-coordinate representation of color #976DC3: hue angle of 269.3º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #976DC3 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 109 195 -
CMYK 0.23 0.44 0 0.24
HSL 269.3º 0.42% 0.6% -
HSV(B) 269.3º 0.44% 0.76% -
XYZ 28.08 21.46 54.29 -
YUV 131.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 151 109 195 0.23 0.44 0 0.24 269.3 0.42 0.6
Hex 97 6D C3 17 2C 0 18 10D 2A 3C
Octal 227 155 303 27 54 0 30 415 52 74
Binary 10010111 1101101 11000011 10111 101100 0 11000 100001101 101010 111100

Color Harmonies of #976DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DC3

Black with #976DC3

Text Example


Text Example

White with #976DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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