Html Css Color HEX #8D55AF Deep Lilac

📋 copy color: '#8D55AF'

red 141 ◦ green 85 ◦ blue 175

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

Shades of Deep Lilac #8D55AF

Tints of Deep Lilac #8D55AF

RGB

 RED value IS 141 (55.47% from 255) = 35.16%

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

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

R = 35.16%
G = 21.2%
B = 43.64%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8D55AF (or 0x8D55AF) is known color: Deep Lilac. HEX triplet: 8D, 55 and AF. RGB value is (141,85,175). Sum of RGB (Red+Green+Blue) = 141+85+175=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D55AF is #72AA50. Grayscale: #6F6F6F. Windows color (decimal): -7514705 or 11490701. OLE color: 11490701.

HSL color Cylindrical-coordinate representation of color #8D55AF: hue angle of 277.33º 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 #8D55AF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 85 175 -
CMYK 0.19 0.51 0 0.31
HSL 277.33º 0.36% 0.51% -
HSV(B) 277.33º 0.51% 0.69% -
XYZ 21.97 15.25 42.34 -
YUV 112 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 141 85 175 0.19 0.51 0 0.31 277.33 0.36 0.51
Hex 8D 55 AF 13 33 0 1F 115 24 33
Octal 215 125 257 23 63 0 37 425 44 63
Binary 10001101 1010101 10101111 10011 110011 0 11111 100010101 100100 110011

Color Harmonies of #8D55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D55AF

Black with #8D55AF

Text Example


Text Example

White with #8D55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D55AF; }

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

 H1.HeaderClassName
 {
   color: #8D55AF;
 }
 .AnyTagClassName
 {
   color: #8D55AF;
 }
</style>

background-color css

<style>
 a { background-color: #8D55AF; }

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

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

border-color css

<style>
 span { border-color: #8D55AF; }

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

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