Html Css Color HEX #8955AD Deep Lilac

📋 copy color: '#8955AD'

red 137 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #8955AD

Tints of Deep Lilac #8955AD

RGB

 RED value IS 137 (53.91% from 255) = 34.68%

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

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

R = 34.68%
G = 21.52%
B = 43.8%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8955AD (or 0x8955AD) is known color: Deep Lilac. HEX triplet: 89, 55 and AD. RGB value is (137,85,173). Sum of RGB (Red+Green+Blue) = 137+85+173=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #8955AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8955AD is #76AA52. Grayscale: #6E6E6E. Windows color (decimal): -7776851 or 11359625. OLE color: 11359625.

HSL color Cylindrical-coordinate representation of color #8955AD: hue angle of 275.45º 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 #8955AD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 85 173 -
CMYK 0.21 0.51 0 0.32
HSL 275.45º 0.35% 0.51% -
HSV(B) 275.45º 0.51% 0.68% -
XYZ 21.11 14.83 41.29 -
YUV 110.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 137 85 173 0.21 0.51 0 0.32 275.45 0.35 0.51
Hex 89 55 AD 15 33 0 20 113 23 33
Octal 211 125 255 25 63 0 40 423 43 63
Binary 10001001 1010101 10101101 10101 110011 0 100000 100010011 100011 110011

Color Harmonies of #8955AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8955AD

Black with #8955AD

Text Example


Text Example

White with #8955AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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