#975EAB

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

Shades of Deep Lilac #975EAB

Tints of Deep Lilac #975EAB

Color information

#975EAB (or 0x975EAB) is unknown color: approx Deep Lilac. HEX triplet: 97, 5E and AB. RGB value is (151,94,171). Sum of RGB (Red+Green+Blue) = 151+94+171=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #975EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975EAB is #68A154. Grayscale: #777777. Windows color (decimal): -6857045 or 11230871. OLE color: 11230871.

HSL color Cylindrical-coordinate representation of color #975EAB: hue angle of 284.42º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #975EAB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15194171-
CMYK0.120.4500.33
HSL284.42º31.43%51.96%-
HSV(B)284.42º45.03%67.06%-
XYZ24.1217.5240.64-
YUV119.82156.88150.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=36.30%
G=22.60%
B=41.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151941710.120.4500.33284.4231.4351.96
Hex975EABC2D02111c1f34
Octal22713625314550414343764
Binary100101111011110101010111100101101010000110001110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975EAB; }

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

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

<style>
 a { background-color: #975EAB; }

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

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

<style>
 span { border-color: #975EAB; }

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

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