#975DAB

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

Shades of Deep Lilac #975DAB

Tints of Deep Lilac #975DAB

Color information

#975DAB (or 0x975DAB) is unknown color: approx Deep Lilac. HEX triplet: 97, 5D and AB. RGB value is (151,93,171). Sum of RGB (Red+Green+Blue) = 151+93+171=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #975DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAB is #68A254. Grayscale: #767676. Windows color (decimal): -6857301 or 11230615. OLE color: 11230615.

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

Color convert

RGB15193171-
CMYK0.120.4600.33
HSL284.62º31.71%51.76%-
HSV(B)284.62º45.61%67.06%-
XYZ24.0317.3540.61-
YUV119.23157.22150.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=36.39%
G=22.41%
B=41.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151931710.120.4600.33284.6231.7151.76
Hex975DABC2E02111d2034
Octal22713525314560414354064
Binary1001011110111011010101111001011100100001100011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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