#9848AB

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

Shades of Deep Lilac #9848AB

Tints of Deep Lilac #9848AB

Color information

#9848AB (or 0x9848AB) is unknown color: approx Deep Lilac. HEX triplet: 98, 48 and AB. RGB value is (152,72,171). Sum of RGB (Red+Green+Blue) = 152+72+171=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #9848AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9848AB is #67B754. Grayscale: #6A6A6A. Windows color (decimal): -6797141 or 11225240. OLE color: 11225240.

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

Color convert

RGB15272171-
CMYK0.110.5800.33
HSL288.48º40.74%47.65%-
HSV(B)288.48º57.89%67.06%-
XYZ22.6214.2540.09-
YUV107.21164159.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=38.48%
G=18.23%
B=43.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152721710.110.5800.33288.4840.7447.65
Hex9848ABB3A0211202930
Octal23011025313720414405160
Binary1001100010010001010101110111110100100001100100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9848AB; }

 p { color: rgb(152,72,171); }

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

<style>
 a { background-color: #9848AB; }

 a { background-color: rgb(152,72,171); }

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

<style>
 span { border-color: #9848AB; }

 span { border-color: rgb(152,72,171); }

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