#974ACC

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

Shades of Deep Lilac #974ACC

Tints of Deep Lilac #974ACC

Color information

#974ACC (or 0x974ACC) is unknown color: approx Deep Lilac. HEX triplet: 97, 4A and CC. RGB value is (151,74,204). Sum of RGB (Red+Green+Blue) = 151+74+204=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #974ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ACC is #68B533. Grayscale: #6F6F6F. Windows color (decimal): -6862132 or 13388439. OLE color: 13388439.

HSL color Cylindrical-coordinate representation of color #974ACC: hue angle of 275.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974ACC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15174204-
CMYK0.260.6400.2
HSL275.54º56.03%54.51%-
HSV(B)275.54º63.73%80%-
XYZ26.1115.8458.81-
YUV111.84180.01155.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=35.20%
G=17.25%
B=47.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151742040.260.6400.2275.5456.0354.51
Hex974ACC1A400141143837
Octal227112314321000244247067
Binary10010111100101011001100110101000000010100100010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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