#974CCA

Color #974CCA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #974CCA

Tints of Deep Lilac #974CCA

Color information

#974CCA (or 0x974CCA) is unknown color: approx Deep Lilac. HEX triplet: 97, 4C and CA. RGB value is (151,76,202). Sum of RGB (Red+Green+Blue) = 151+76+202=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #974CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CCA is #68B335. Grayscale: #707070. Windows color (decimal): -6861622 or 13257879. OLE color: 13257879.

HSL color Cylindrical-coordinate representation of color #974CCA: hue angle of 275.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974CCA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15176202-
CMYK0.250.6200.21
HSL275.71º54.31%54.51%-
HSV(B)275.71º62.38%79.22%-
XYZ26.0116.0157.6-
YUV112.79178.35155.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=35.20%
G=17.72%
B=47.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151762020.250.6200.21275.7154.3154.51
Hex974CCA193E0151143637
Octal22711431231760254246667
Binary1001011110011001100101011001111110010101100010100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974CCA; }

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

 H1.HeaderClassName
 {
   color: #974CCA;
 }
 .AnyTagClassName
 {
   color: #974CCA;
 }
</style>
background-color css

<style>
 a { background-color: #974CCA; }

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

 div.DivClassName
 {
   background-color: #974CCA;
 }
 .BgClassName
 {
   background-color: #974CCA;
 }
</style>
border-color css

<style>
 span { border-color: #974CCA; }

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

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