#9A42AB

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

Shades of Deep Lilac #9A42AB

Tints of Deep Lilac #9A42AB

Color information

#9A42AB (or 0x9A42AB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 42 and AB. RGB value is (154,66,171). Sum of RGB (Red+Green+Blue) = 154+66+171=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A42AB is #65BD54. Grayscale: #676767. Windows color (decimal): -6667605 or 11223706. OLE color: 11223706.

HSL color Cylindrical-coordinate representation of color #9A42AB: hue angle of 290.29º 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 #9A42AB is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15466171-
CMYK0.100.6100.33
HSL290.29º44.3%46.47%-
HSV(B)290.29º61.4%67.06%-
XYZ22.6313.7139.98-
YUV104.28165.65163.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=39.39%
G=16.88%
B=43.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154661710.100.6100.33290.2944.346.47
Hex9A42ABA3D0211222c2e
Octal23210225312750414425456
Binary1001101010000101010101110101111010100001100100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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