#974CAB

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

Shades of Deep Lilac #974CAB

Tints of Deep Lilac #974CAB

Color information

#974CAB (or 0x974CAB) is unknown color: approx Deep Lilac. HEX triplet: 97, 4C and AB. RGB value is (151,76,171). Sum of RGB (Red+Green+Blue) = 151+76+171=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #974CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974CAB is #68B354. Grayscale: #6C6C6C. Windows color (decimal): -6861653 or 11226263. OLE color: 11226263.

HSL color Cylindrical-coordinate representation of color #974CAB: hue angle of 287.37º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974CAB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15176171-
CMYK0.120.5600.33
HSL287.37º38.46%48.43%-
HSV(B)287.37º55.56%67.06%-
XYZ22.714.6940.17-
YUV109.26162.85157.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=37.94%
G=19.10%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151761710.120.5600.33287.3738.4648.43
Hex974CABC3802111f2630
Octal22711425314700414374660
Binary1001011110011001010101111001110000100001100011111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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