#993EB2

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

Shades of Deep Lilac #993EB2

Tints of Deep Lilac #993EB2

Color information

#993EB2 (or 0x993EB2) is unknown color: approx Deep Lilac. HEX triplet: 99, 3E and B2. RGB value is (153,62,178). Sum of RGB (Red+Green+Blue) = 153+62+178=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #993EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EB2 is #66C14D. Grayscale: #666666. Windows color (decimal): -6734158 or 11681433. OLE color: 11681433.

HSL color Cylindrical-coordinate representation of color #993EB2: hue angle of 287.07º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993EB2 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15362178-
CMYK0.140.6500.30
HSL287.07º48.33%47.06%-
HSV(B)287.07º65.17%69.8%-
XYZ22.913.4343.51-
YUV102.43170.65164.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 178 (69.92% from 255) = 45.29%
R=38.93%
G=15.78%
B=45.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153621780.140.6500.30287.0748.3347.06
Hex993EB2E4101E11f302f
Octal23176262161010364376057
Binary100110011111101011001011101000001011110100011111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993EB2; }

 p { color: rgb(153,62,178); }

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

<style>
 a { background-color: #993EB2; }

 a { background-color: rgb(153,62,178); }

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

<style>
 span { border-color: #993EB2; }

 span { border-color: rgb(153,62,178); }

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