#974ABE

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

Shades of Deep Lilac #974ABE

Tints of Deep Lilac #974ABE

Color information

#974ABE (or 0x974ABE) is unknown color: approx Deep Lilac. HEX triplet: 97, 4A and BE. RGB value is (151,74,190). Sum of RGB (Red+Green+Blue) = 151+74+190=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #974ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ABE is #68B541. Grayscale: #6D6D6D. Windows color (decimal): -6862146 or 12470935. OLE color: 12470935.

HSL color Cylindrical-coordinate representation of color #974ABE: hue angle of 279.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974ABE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15174190-
CMYK0.210.6100.25
HSL279.83º47.15%51.76%-
HSV(B)279.83º61.05%74.51%-
XYZ24.5115.1950.36-
YUV110.25173.01157.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=36.39%
G=17.83%
B=45.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151741900.210.6100.25279.8347.1551.76
Hex974ABE153D0191182f34
Octal22711227625750314305764
Binary1001011110010101011111010101111101011001100011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,74,190); }

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

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

 a { background-color: rgb(151,74,190); }

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

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

 span { border-color: rgb(151,74,190); }

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