#975EAA

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

Shades of Deep Lilac #975EAA

Tints of Deep Lilac #975EAA

Color information

#975EAA (or 0x975EAA) is unknown color: approx Deep Lilac. HEX triplet: 97, 5E and AA. RGB value is (151,94,170). Sum of RGB (Red+Green+Blue) = 151+94+170=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #975EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975EAA is #68A155. Grayscale: #777777. Windows color (decimal): -6857046 or 11165335. OLE color: 11165335.

HSL color Cylindrical-coordinate representation of color #975EAA: hue angle of 285º 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 #975EAA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15194170-
CMYK0.110.4500.33
HSL285º30.89%51.76%-
HSV(B)285º44.71%66.67%-
XYZ24.0217.4940.14-
YUV119.71156.38150.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=36.39%
G=22.65%
B=40.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151941700.110.4500.3328530.8951.76
Hex975EAAB2D02111d1f34
Octal22713625213550414353764
Binary100101111011110101010101011101101010000110001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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