Html Css Color HEX #9844AA Deep Lilac

📋 copy color: '#9844AA'

red 152 ◦ green 68 ◦ blue 170

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

Shades of Deep Lilac #9844AA

Tints of Deep Lilac #9844AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 38.97%
G = 17.44%
B = 43.59%

CMYK

 C value IS 0.11

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9844AA (or 0x9844AA) is known color: Deep Lilac. HEX triplet: 98, 44 and AA. RGB value is (152,68,170). Sum of RGB (Red+Green+Blue) = 152+68+170=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #9844AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9844AA is #67BB55. Grayscale: #686868. Windows color (decimal): -6798166 or 11158680. OLE color: 11158680.

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

Color convert

RGB 152 68 170 -
CMYK 0.11 0.6 0 0.33
HSL 289.41º 0.43% 0.47% -
HSV(B) 289.41º 0.6% 0.67% -
XYZ 22.27 13.71 39.5 -
YUV 104.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 152 68 170 0.11 0.6 0 0.33 289.41 0.43 0.47
Hex 98 44 AA B 3C 0 21 121 2B 2F
Octal 230 104 252 13 74 0 41 441 53 57
Binary 10011000 1000100 10101010 1011 111100 0 100001 100100001 101011 101111

Color Harmonies of #9844AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9844AA

Black with #9844AA

Text Example


Text Example

White with #9844AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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