Html Css Color HEX #976FC1 Lilac Bush

📋 copy color: '#976FC1'

red 151 ◦ green 111 ◦ blue 193

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

Shades of Lilac Bush #976FC1

Tints of Lilac Bush #976FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.42%

R = 33.19%
G = 24.4%
B = 42.42%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#976FC1 (or 0x976FC1) is known color: Lilac Bush. HEX triplet: 97, 6F and C1. RGB value is (151,111,193). Sum of RGB (Red+Green+Blue) = 151+111+193=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #976FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FC1 is #68903E. Grayscale: #848484. Windows color (decimal): -6852671 or 12677015. OLE color: 12677015.

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

Color convert

RGB 151 111 193 -
CMYK 0.22 0.42 0 0.24
HSL 269.27º 0.4% 0.6% -
HSV(B) 269.27º 0.42% 0.76% -
XYZ 28.07 21.8 53.18 -
YUV 132.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 151 111 193 0.22 0.42 0 0.24 269.27 0.4 0.6
Hex 97 6F C1 16 2A 0 18 10D 28 3C
Octal 227 157 301 26 52 0 30 415 50 74
Binary 10010111 1101111 11000001 10110 101010 0 11000 100001101 101000 111100

Color Harmonies of #976FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FC1

Black with #976FC1

Text Example


Text Example

White with #976FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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