#9C53CC

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

Shades of Deep Lilac #9C53CC

Tints of Deep Lilac #9C53CC

Color information

#9C53CC (or 0x9C53CC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 53 and CC. RGB value is (156,83,204). Sum of RGB (Red+Green+Blue) = 156+83+204=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C53CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C53CC is #63AC33. Grayscale: #767676. Windows color (decimal): -6532148 or 13390748. OLE color: 13390748.

HSL color Cylindrical-coordinate representation of color #9C53CC: hue angle of 276.2º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C53CC is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15683204-
CMYK0.240.5900.2
HSL276.2º54.26%56.27%-
HSV(B)276.2º59.31%80%-
XYZ27.717.6159.07-
YUV118.62176.18154.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 83 (32.81% from 255) = 18.74%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=35.21%
G=18.74%
B=46.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156832040.240.5900.2276.254.2656.27
Hex9C53CC183B0141143638
Octal23412331430730244246670
Binary1001110010100111100110011000111011010100100010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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