#9842AA

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

Shades of Deep Lilac #9842AA

Tints of Deep Lilac #9842AA

Color information

#9842AA (or 0x9842AA) is unknown color: approx Deep Lilac. HEX triplet: 98, 42 and AA. RGB value is (152,66,170). Sum of RGB (Red+Green+Blue) = 152+66+170=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #9842AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9842AA is #67BD55. Grayscale: #676767. Windows color (decimal): -6798678 or 11158168. OLE color: 11158168.

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

Color convert

RGB15266170-
CMYK0.110.6100.33
HSL289.62º44.07%46.27%-
HSV(B)289.62º61.18%66.67%-
XYZ22.1513.4739.46-
YUV103.57165.49162.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=39.18%
G=17.01%
B=43.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152661700.110.6100.33289.6244.0746.27
Hex9842AAB3D0211222c2e
Octal23010225213750414425456
Binary1001100010000101010101010111111010100001100100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9842AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9842AA; }

 p { color: rgb(152,66,170); }

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

<style>
 a { background-color: #9842AA; }

 a { background-color: rgb(152,66,170); }

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

<style>
 span { border-color: #9842AA; }

 span { border-color: rgb(152,66,170); }

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