#9E60BE

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

Shades of Deep Lilac #9E60BE

Tints of Deep Lilac #9E60BE

Color information

#9E60BE (or 0x9E60BE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 60 and BE. RGB value is (158,96,190). Sum of RGB (Red+Green+Blue) = 158+96+190=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E60BE is #619F41. Grayscale: #7C7C7C. Windows color (decimal): -6397762 or 12476574. OLE color: 12476574.

HSL color Cylindrical-coordinate representation of color #9E60BE: hue angle of 279.57º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E60BE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15896190-
CMYK0.170.4900.25
HSL279.57º41.96%56.08%-
HSV(B)279.57º49.47%74.51%-
XYZ27.5819.3551-
YUV125.25164.54151.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=35.59%
G=21.62%
B=42.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158961900.170.4900.25279.5741.9656.08
Hex9E60BE11310191182a38
Octal23614027621610314305270
Binary1001111011000001011111010001110001011001100011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,96,190); }

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

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

 a { background-color: rgb(158,96,190); }

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

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

 span { border-color: rgb(158,96,190); }

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