#975DAA

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

Shades of Deep Lilac #975DAA

Tints of Deep Lilac #975DAA

Color information

#975DAA (or 0x975DAA) is unknown color: approx Deep Lilac. HEX triplet: 97, 5D and AA. RGB value is (151,93,170). Sum of RGB (Red+Green+Blue) = 151+93+170=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #975DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAA is #68A255. Grayscale: #767676. Windows color (decimal): -6857302 or 11165079. OLE color: 11165079.

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

Color convert

RGB15193170-
CMYK0.110.4500.33
HSL285.19º31.17%51.57%-
HSV(B)285.19º45.29%66.67%-
XYZ23.9317.3140.11-
YUV119.12156.72150.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.47%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=36.47%
G=22.46%
B=41.06%

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
Decimal151931700.110.4500.33285.1931.1751.57
Hex975DAAB2D02111d1f34
Octal22713525213550414353764
Binary100101111011101101010101011101101010000110001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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