#995EBD

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

Shades of Deep Lilac #995EBD

Tints of Deep Lilac #995EBD

Color information

#995EBD (or 0x995EBD) is unknown color: approx Deep Lilac. HEX triplet: 99, 5E and BD. RGB value is (153,94,189). Sum of RGB (Red+Green+Blue) = 153+94+189=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #995EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EBD is #66A142. Grayscale: #7A7A7A. Windows color (decimal): -6725955 or 12410521. OLE color: 12410521.

HSL color Cylindrical-coordinate representation of color #995EBD: hue angle of 277.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995EBD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15394189-
CMYK0.190.5000.26
HSL277.26º41.85%55.49%-
HSV(B)277.26º50.26%74.12%-
XYZ26.3218.4550.32-
YUV122.47165.55149.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=35.09%
G=21.56%
B=43.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153941890.190.5000.26277.2641.8555.49
Hex995EBD133201A1152a37
Octal23113627523620324255267
Binary1001100110111101011110110011110010011010100010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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