#995EBA

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

Shades of Deep Lilac #995EBA

Tints of Deep Lilac #995EBA

Color information

#995EBA (or 0x995EBA) is unknown color: approx Deep Lilac. HEX triplet: 99, 5E and BA. RGB value is (153,94,186). Sum of RGB (Red+Green+Blue) = 153+94+186=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #995EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EBA is #66A145. Grayscale: #797979. Windows color (decimal): -6725958 or 12213913. OLE color: 12213913.

HSL color Cylindrical-coordinate representation of color #995EBA: hue angle of 278.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995EBA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15394186-
CMYK0.180.4900.27
HSL278.48º40%54.9%-
HSV(B)278.48º49.46%72.94%-
XYZ2618.3248.62-
YUV122.13164.05150.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=35.33%
G=21.71%
B=42.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153941860.180.4900.27278.484054.9
Hex995EBA123101B1162837
Octal23113627222610334265067
Binary1001100110111101011101010010110001011011100010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,94,186); }

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

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

 a { background-color: rgb(153,94,186); }

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

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

 span { border-color: rgb(153,94,186); }

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