Html Css Color HEX #9155AD Deep Lilac

📋 copy color: '#9155AD'

red 145 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #9155AD

Tints of Deep Lilac #9155AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 35.98%
G = 21.09%
B = 42.93%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9155AD (or 0x9155AD) is known color: Deep Lilac. HEX triplet: 91, 55 and AD. RGB value is (145,85,173). Sum of RGB (Red+Green+Blue) = 145+85+173=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #9155AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9155AD is #6EAA52. Grayscale: #707070. Windows color (decimal): -7252563 or 11359633. OLE color: 11359633.

HSL color Cylindrical-coordinate representation of color #9155AD: hue angle of 280.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9155AD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 85 173 -
CMYK 0.16 0.51 0 0.32
HSL 280.91º 0.35% 0.51% -
HSV(B) 280.91º 0.51% 0.68% -
XYZ 22.47 15.53 41.35 -
YUV 112.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 145 85 173 0.16 0.51 0 0.32 280.91 0.35 0.51
Hex 91 55 AD 10 33 0 20 119 23 33
Octal 221 125 255 20 63 0 40 431 43 63
Binary 10010001 1010101 10101101 10000 110011 0 100000 100011001 100011 110011

Color Harmonies of #9155AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155AD

Black with #9155AD

Text Example


Text Example

White with #9155AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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