#975CAF

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

Shades of Deep Lilac #975CAF

Tints of Deep Lilac #975CAF

Color information

#975CAF (or 0x975CAF) is unknown color: approx Deep Lilac. HEX triplet: 97, 5C and AF. RGB value is (151,92,175). Sum of RGB (Red+Green+Blue) = 151+92+175=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #975CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975CAF is #68A350. Grayscale: #767676. Windows color (decimal): -6857553 or 11492503. OLE color: 11492503.

HSL color Cylindrical-coordinate representation of color #975CAF: hue angle of 282.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975CAF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15192175-
CMYK0.140.4700.31
HSL282.65º34.16%52.35%-
HSV(B)282.65º47.43%68.63%-
XYZ24.3317.3342.62-
YUV119.1159.55150.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=36.12%
G=22.01%
B=41.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151921750.140.4700.31282.6534.1652.35
Hex975CAFE2F01F11b2234
Octal22713425716570374334264
Binary100101111011100101011111110101111011111100011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,92,175); }

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

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

 a { background-color: rgb(151,92,175); }

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

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

 span { border-color: rgb(151,92,175); }

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