#975DAE

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

Shades of Deep Lilac #975DAE

Tints of Deep Lilac #975DAE

Color information

#975DAE (or 0x975DAE) is unknown color: approx Deep Lilac. HEX triplet: 97, 5D and AE. RGB value is (151,93,174). Sum of RGB (Red+Green+Blue) = 151+93+174=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #975DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAE is #68A251. Grayscale: #777777. Windows color (decimal): -6857298 or 11427223. OLE color: 11427223.

HSL color Cylindrical-coordinate representation of color #975DAE: hue angle of 282.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975DAE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15193174-
CMYK0.130.4700.32
HSL282.96º33.33%52.35%-
HSV(B)282.96º46.55%68.24%-
XYZ24.3217.4642.13-
YUV119.58158.72150.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=36.12%
G=22.25%
B=41.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151931740.130.4700.32282.9633.3352.35
Hex975DAED2F02011b2134
Octal22713525615570404334164
Binary1001011110111011010111011011011110100000100011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,93,174); }

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

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

 a { background-color: rgb(151,93,174); }

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

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

 span { border-color: rgb(151,93,174); }

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