#974EBC

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

Shades of Deep Lilac #974EBC

Tints of Deep Lilac #974EBC

Color information

#974EBC (or 0x974EBC) is unknown color: approx Deep Lilac. HEX triplet: 97, 4E and BC. RGB value is (151,78,188). Sum of RGB (Red+Green+Blue) = 151+78+188=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #974EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EBC is #68B143. Grayscale: #707070. Windows color (decimal): -6861124 or 12340887. OLE color: 12340887.

HSL color Cylindrical-coordinate representation of color #974EBC: hue angle of 279.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #974EBC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15178188-
CMYK0.200.5900.26
HSL279.82º45.08%52.16%-
HSV(B)279.82º58.51%73.73%-
XYZ24.5615.6649.3-
YUV112.37170.68155.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=36.21%
G=18.71%
B=45.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151781880.200.5900.26279.8245.0852.16
Hex974EBC143B01A1182d34
Octal22711627424730324305564
Binary1001011110011101011110010100111011011010100011000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,78,188); }

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

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

 a { background-color: rgb(151,78,188); }

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

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

 span { border-color: rgb(151,78,188); }

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