Html Css Color HEX #8955AF Deep Lilac

📋 copy color: '#8955AF'

red 137 ◦ green 85 ◦ blue 175

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

Shades of Deep Lilac #8955AF

Tints of Deep Lilac #8955AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 34.51%
G = 21.41%
B = 44.08%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8955AF (or 0x8955AF) is known color: Deep Lilac. HEX triplet: 89, 55 and AF. RGB value is (137,85,175). Sum of RGB (Red+Green+Blue) = 137+85+175=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #8955AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8955AF is #76AA50. Grayscale: #6E6E6E. Windows color (decimal): -7776849 or 11490697. OLE color: 11490697.

HSL color Cylindrical-coordinate representation of color #8955AF: hue angle of 274.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8955AF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 85 175 -
CMYK 0.22 0.51 0 0.31
HSL 274.67º 0.36% 0.51% -
HSV(B) 274.67º 0.51% 0.69% -
XYZ 21.3 14.91 42.31 -
YUV 110.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 137 85 175 0.22 0.51 0 0.31 274.67 0.36 0.51
Hex 89 55 AF 16 33 0 1F 113 24 33
Octal 211 125 257 26 63 0 37 423 44 63
Binary 10001001 1010101 10101111 10110 110011 0 11111 100010011 100100 110011

Color Harmonies of #8955AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8955AF

Black with #8955AF

Text Example


Text Example

White with #8955AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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