Html Css Color HEX #8955AB Deep Lilac

📋 copy color: '#8955AB'

red 137 ◦ green 85 ◦ blue 171

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

Shades of Deep Lilac #8955AB

Tints of Deep Lilac #8955AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 34.86%
G = 21.63%
B = 43.51%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8955AB (or 0x8955AB) is known color: Deep Lilac. HEX triplet: 89, 55 and AB. RGB value is (137,85,171). Sum of RGB (Red+Green+Blue) = 137+85+171=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #8955AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8955AB is #76AA54. Grayscale: #6E6E6E. Windows color (decimal): -7776853 or 11228553. OLE color: 11228553.

HSL color Cylindrical-coordinate representation of color #8955AB: hue angle of 276.28º degrees, saturation: 0.34, 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 #8955AB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 85 171 -
CMYK 0.20 0.50 0 0.33
HSL 276.28º 0.34% 0.5% -
HSV(B) 276.28º 0.5% 0.67% -
XYZ 20.92 14.76 40.27 -
YUV 110.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 137 85 171 0.20 0.50 0 0.33 276.28 0.34 0.5
Hex 89 55 AB 14 32 0 21 114 22 32
Octal 211 125 253 24 62 0 41 424 42 62
Binary 10001001 1010101 10101011 10100 110010 0 100001 100010100 100010 110010

Color Harmonies of #8955AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8955AB

Black with #8955AB

Text Example


Text Example

White with #8955AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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