#974BC9

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

Shades of Deep Lilac #974BC9

Tints of Deep Lilac #974BC9

Color information

#974BC9 (or 0x974BC9) is unknown color: approx Deep Lilac. HEX triplet: 97, 4B and C9. RGB value is (151,75,201). Sum of RGB (Red+Green+Blue) = 151+75+201=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #974BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BC9 is #68B436. Grayscale: #6F6F6F. Windows color (decimal): -6861879 or 13192087. OLE color: 13192087.

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

Color convert

RGB15175201-
CMYK0.250.6300.21
HSL276.19º53.85%54.12%-
HSV(B)276.19º62.69%78.82%-
XYZ25.8215.8356.95-
YUV112.09178.18155.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=35.36%
G=17.56%
B=47.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151752010.250.6300.21276.1953.8554.12
Hex974BC9193F0151143636
Octal22711331131770254246666
Binary1001011110010111100100111001111111010101100010100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,75,201); }

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

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

 a { background-color: rgb(151,75,201); }

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

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

 span { border-color: rgb(151,75,201); }

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