#995DAA

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

Shades of Deep Lilac #995DAA

Tints of Deep Lilac #995DAA

Color information

#995DAA (or 0x995DAA) is unknown color: approx Deep Lilac. HEX triplet: 99, 5D and AA. RGB value is (153,93,170). Sum of RGB (Red+Green+Blue) = 153+93+170=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #995DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAA is #66A255. Grayscale: #777777. Windows color (decimal): -6726230 or 11165081. OLE color: 11165081.

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

Color convert

RGB15393170-
CMYK0.10.4500.33
HSL286.75º31.17%51.57%-
HSV(B)286.75º45.29%66.67%-
XYZ24.3117.540.13-
YUV119.72156.38151.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=36.78%
G=22.36%
B=40.87%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153931700.10.4500.33286.7531.1751.57
Hex995DAAA2D02111f1f34
Octal23113525212550414373764
Binary100110011011101101010101010101101010000110001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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