#995DB4

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

Shades of Deep Lilac #995DB4

Tints of Deep Lilac #995DB4

Color information

#995DB4 (or 0x995DB4) is unknown color: approx Deep Lilac. HEX triplet: 99, 5D and B4. RGB value is (153,93,180). Sum of RGB (Red+Green+Blue) = 153+93+180=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #995DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DB4 is #66A24B. Grayscale: #787878. Windows color (decimal): -6726220 or 11820441. OLE color: 11820441.

HSL color Cylindrical-coordinate representation of color #995DB4: hue angle of 281.38º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995DB4 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15393180-
CMYK0.150.4800.29
HSL281.38º36.71%53.53%-
HSV(B)281.38º48.33%70.59%-
XYZ25.2917.945.3-
YUV120.86161.38150.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=35.92%
G=21.83%
B=42.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153931800.150.4800.29281.3836.7153.53
Hex995DB4F3001D1192536
Octal23113526417600354314566
Binary100110011011101101101001111110000011101100011001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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