#9c42ab

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

Shades of Deep Lilac #9C42AB

Tints of Deep Lilac #9C42AB

Color information

#9C42AB (or 0x9C42AB) is unknown color: approx Deep Lilac. HEX triplet: 9C, 42 and AB. RGB value is (156,66,171). Sum of RGB (Red+Green+Blue) = 156+66+171=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C42AB is #63BD54. Grayscale: #686868. Windows color (decimal): -6536533 or 11223708. OLE color: 11223708.

HSL color Cylindrical-coordinate representation of color #9C42AB: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C42AB is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15666171-
CMYK0.090.6100.33
HSL291.43º44.3%46.47%-
HSV(B)291.43º61.4%67.06%-
XYZ23.0113.940-
YUV104.88165.32164.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=39.69%
G=16.79%
B=43.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156661710.090.6100.33291.4344.346.47
Hex9C42AB93D0211232c2e
Octal23410225311750414435456
Binary1001110010000101010101110011111010100001100100011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c42ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,171); }

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

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

 a { background-color: rgb(156,66,171); }

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

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

 span { border-color: rgb(156,66,171); }

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