#9858AA

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

Shades of Deep Lilac #9858AA

Tints of Deep Lilac #9858AA

Color information

#9858AA (or 0x9858AA) is unknown color: approx Deep Lilac. HEX triplet: 98, 58 and AA. RGB value is (152,88,170). Sum of RGB (Red+Green+Blue) = 152+88+170=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #9858AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9858AA is #67A755. Grayscale: #747474. Windows color (decimal): -6793046 or 11163800. OLE color: 11163800.

HSL color Cylindrical-coordinate representation of color #9858AA: hue angle of 286.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9858AA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15288170-
CMYK0.110.4800.33
HSL286.83º32.54%50.59%-
HSV(B)286.83º48.24%66.67%-
XYZ23.6916.5639.98-
YUV116.48158.2153.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=37.07%
G=21.46%
B=41.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152881700.110.4800.33286.8332.5450.59
Hex9858AAB3002111f2133
Octal23013025213600414374163
Binary1001100010110001010101010111100000100001100011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9858AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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