Html Css Color HEX #9848AA Deep Lilac

📋 copy color: '#9848AA'

red 152 ◦ green 72 ◦ blue 170

#9848AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9848AA

Tints of Deep Lilac #9848AA

RGB

 RED value IS 152 (59.77% from 255) = 38.58%

 GREEN value IS 72 (28.52% from 255) = 18.27%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 38.58%
G = 18.27%
B = 43.15%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9848AA (or 0x9848AA) is known color: Deep Lilac. HEX triplet: 98, 48 and AA. RGB value is (152,72,170). Sum of RGB (Red+Green+Blue) = 152+72+170=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #9848AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9848AA is #67B755. Grayscale: #6A6A6A. Windows color (decimal): -6797142 or 11159704. OLE color: 11159704.

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

Color convert

RGB 152 72 170 -
CMYK 0.11 0.58 0 0.33
HSL 288.98º 0.4% 0.47% -
HSV(B) 288.98º 0.58% 0.67% -
XYZ 22.52 14.21 39.59 -
YUV 107.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 152 72 170 0.11 0.58 0 0.33 288.98 0.4 0.47
Hex 98 48 AA B 3A 0 21 121 28 2F
Octal 230 110 252 13 72 0 41 441 50 57
Binary 10011000 1001000 10101010 1011 111010 0 100001 100100001 101000 101111

Color Harmonies of #9848AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9848AA

Black with #9848AA

Text Example


Text Example

White with #9848AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9848AA;
 }
 .AnyTagClassName
 {
   color: #9848AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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