#9C53BE

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

Shades of Deep Lilac #9C53BE

Tints of Deep Lilac #9C53BE

Color information

#9C53BE (or 0x9C53BE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 53 and BE. RGB value is (156,83,190). Sum of RGB (Red+Green+Blue) = 156+83+190=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C53BE is #63AC41. Grayscale: #747474. Windows color (decimal): -6532162 or 12473244. OLE color: 12473244.

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

Color convert

RGB15683190-
CMYK0.180.5600.25
HSL280.93º45.15%53.53%-
HSV(B)280.93º56.32%74.51%-
XYZ26.116.9750.62-
YUV117.02169.18155.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=36.36%
G=19.35%
B=44.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156831900.180.5600.25280.9345.1553.53
Hex9C53BE12380191192d36
Octal23412327622700314315566
Binary1001110010100111011111010010111000011001100011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,190); }

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

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

 a { background-color: rgb(156,83,190); }

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

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

 span { border-color: rgb(156,83,190); }

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