#975DAD

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

Shades of Deep Lilac #975DAD

Tints of Deep Lilac #975DAD

Color information

#975DAD (or 0x975DAD) is unknown color: approx Deep Lilac. HEX triplet: 97, 5D and AD. RGB value is (151,93,173). Sum of RGB (Red+Green+Blue) = 151+93+173=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #975DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAD is #68A252. Grayscale: #777777. Windows color (decimal): -6857299 or 11361687. OLE color: 11361687.

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

Color convert

RGB15193173-
CMYK0.130.4600.32
HSL283.5º32.79%52.16%-
HSV(B)283.5º46.24%67.84%-
XYZ24.2217.4341.62-
YUV119.46158.22150.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=36.21%
G=22.30%
B=41.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151931730.130.4600.32283.532.7952.16
Hex975DADD2E02011c2134
Octal22713525515560404344164
Binary1001011110111011010110111011011100100000100011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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