#9E4CC1

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

Shades of Deep Lilac #9E4CC1

Tints of Deep Lilac #9E4CC1

Color information

#9E4CC1 (or 0x9E4CC1) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4C and C1. RGB value is (158,76,193). Sum of RGB (Red+Green+Blue) = 158+76+193=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E4CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CC1 is #61B33E. Grayscale: #717171. Windows color (decimal): -6402879 or 12668062. OLE color: 12668062.

HSL color Cylindrical-coordinate representation of color #9E4CC1: hue angle of 282.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4CC1 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15876193-
CMYK0.180.6100.24
HSL282.05º48.55%52.75%-
HSV(B)282.05º60.62%75.69%-
XYZ26.3116.2952.21-
YUV113.86172.67159.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=37.00%
G=17.80%
B=45.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158761930.180.6100.24282.0548.5552.75
Hex9E4CC1123D01811a3135
Octal23611430122750304326165
Binary1001111010011001100000110010111101011000100011010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4CC1; }

 p { color: rgb(158,76,193); }

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

<style>
 a { background-color: #9E4CC1; }

 a { background-color: rgb(158,76,193); }

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

<style>
 span { border-color: #9E4CC1; }

 span { border-color: rgb(158,76,193); }

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