Html Css Color HEX #9855AA Deep Lilac

📋 copy color: '#9855AA'

red 152 ◦ green 85 ◦ blue 170

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

Shades of Deep Lilac #9855AA

Tints of Deep Lilac #9855AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

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

R = 37.35%
G = 20.88%
B = 41.77%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9855AA (or 0x9855AA) is known color: Deep Lilac. HEX triplet: 98, 55 and AA. RGB value is (152,85,170). Sum of RGB (Red+Green+Blue) = 152+85+170=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #9855AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9855AA is #67AA55. Grayscale: #727272. Windows color (decimal): -6793814 or 11163032. OLE color: 11163032.

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

Color convert

RGB 152 85 170 -
CMYK 0.11 0.50 0 0.33
HSL 287.29º 0.33% 0.5% -
HSV(B) 287.29º 0.5% 0.67% -
XYZ 23.45 16.07 39.9 -
YUV 114.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 152 85 170 0.11 0.50 0 0.33 287.29 0.33 0.5
Hex 98 55 AA B 32 0 21 11F 21 32
Octal 230 125 252 13 62 0 41 437 41 62
Binary 10011000 1010101 10101010 1011 110010 0 100001 100011111 100001 110010

Color Harmonies of #9855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855AA

Black with #9855AA

Text Example


Text Example

White with #9855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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