Html Css Color HEX #9155AA Deep Lilac

📋 copy color: '#9155AA'

red 145 ◦ green 85 ◦ blue 170

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

Shades of Deep Lilac #9155AA

Tints of Deep Lilac #9155AA

RGB

 RED value IS 145 (57.03% from 255) = 36.25%

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

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

R = 36.25%
G = 21.25%
B = 42.5%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9155AA (or 0x9155AA) is known color: Deep Lilac. HEX triplet: 91, 55 and AA. RGB value is (145,85,170). Sum of RGB (Red+Green+Blue) = 145+85+170=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9155AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9155AA is #6EAA55. Grayscale: #707070. Windows color (decimal): -7252566 or 11163025. OLE color: 11163025.

HSL color Cylindrical-coordinate representation of color #9155AA: hue angle of 282.35º 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 #9155AA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 85 170 -
CMYK 0.15 0.50 0 0.33
HSL 282.35º 0.33% 0.5% -
HSV(B) 282.35º 0.5% 0.67% -
XYZ 22.18 15.42 39.84 -
YUV 112.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 145 85 170 0.15 0.50 0 0.33 282.35 0.33 0.5
Hex 91 55 AA F 32 0 21 11A 21 32
Octal 221 125 252 17 62 0 41 432 41 62
Binary 10010001 1010101 10101010 1111 110010 0 100001 100011010 100001 110010

Color Harmonies of #9155AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155AA

Black with #9155AA

Text Example


Text Example

White with #9155AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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