Html Css Color HEX #976FCE Lilac Bush

📋 copy color: '#976FCE'

red 151 ◦ green 111 ◦ blue 206

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

Shades of Lilac Bush #976FCE

Tints of Lilac Bush #976FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.72%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 32.26%
G = 23.72%
B = 44.02%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#976FCE (or 0x976FCE) is known color: Lilac Bush. HEX triplet: 97, 6F and CE. RGB value is (151,111,206). Sum of RGB (Red+Green+Blue) = 151+111+206=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #976FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FCE is #689031. Grayscale: #858585. Windows color (decimal): -6852658 or 13528983. OLE color: 13528983.

HSL color Cylindrical-coordinate representation of color #976FCE: hue angle of 265.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976FCE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 111 206 -
CMYK 0.27 0.46 0 0.19
HSL 265.26º 0.49% 0.62% -
HSV(B) 265.26º 0.46% 0.81% -
XYZ 29.59 22.4 61.16 -
YUV 133.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 151 111 206 0.27 0.46 0 0.19 265.26 0.49 0.62
Hex 97 6F CE 1B 2E 0 13 109 31 3E
Octal 227 157 316 33 56 0 23 411 61 76
Binary 10010111 1101111 11001110 11011 101110 0 10011 100001001 110001 111110

Color Harmonies of #976FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FCE

Black with #976FCE

Text Example


Text Example

White with #976FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,206); }

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

background-color css

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

 a { background-color: rgb(151,111,206); }

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

border-color css

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

 span { border-color: rgb(151,111,206); }

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