Html Css Color HEX #976FCA Lilac Bush

📋 copy color: '#976FCA'

red 151 ◦ green 111 ◦ blue 202

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

Shades of Lilac Bush #976FCA

Tints of Lilac Bush #976FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 32.54%
G = 23.92%
B = 43.53%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#976FCA (or 0x976FCA) is known color: Lilac Bush. HEX triplet: 97, 6F and CA. RGB value is (151,111,202). Sum of RGB (Red+Green+Blue) = 151+111+202=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #976FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FCA is #689035. Grayscale: #858585. Windows color (decimal): -6852662 or 13266839. OLE color: 13266839.

HSL color Cylindrical-coordinate representation of color #976FCA: hue angle of 266.37º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #976FCA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 111 202 -
CMYK 0.25 0.45 0 0.21
HSL 266.37º 0.46% 0.61% -
HSV(B) 266.37º 0.45% 0.79% -
XYZ 29.11 22.21 58.63 -
YUV 133.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 151 111 202 0.25 0.45 0 0.21 266.37 0.46 0.61
Hex 97 6F CA 19 2D 0 15 10A 2E 3D
Octal 227 157 312 31 55 0 25 412 56 75
Binary 10010111 1101111 11001010 11001 101101 0 10101 100001010 101110 111101

Color Harmonies of #976FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FCA

Black with #976FCA

Text Example


Text Example

White with #976FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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