Html Css Color HEX #8557AF Deep Lilac

📋 copy color: '#8557AF'

red 133 ◦ green 87 ◦ blue 175

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

Shades of Deep Lilac #8557AF

Tints of Deep Lilac #8557AF

RGB

 RED value IS 133 (52.34% from 255) = 33.67%

 GREEN value IS 87 (34.38% from 255) = 22.03%

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

R = 33.67%
G = 22.03%
B = 44.3%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8557AF (or 0x8557AF) is known color: Deep Lilac. HEX triplet: 85, 57 and AF. RGB value is (133,87,175). Sum of RGB (Red+Green+Blue) = 133+87+175=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8557AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8557AF is #7AA850. Grayscale: #6E6E6E. Windows color (decimal): -8038481 or 11491205. OLE color: 11491205.

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

Color convert

RGB 133 87 175 -
CMYK 0.24 0.50 0 0.31
HSL 271.36º 0.35% 0.51% -
HSV(B) 271.36º 0.5% 0.69% -
XYZ 20.82 14.9 42.34 -
YUV 110.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 133 87 175 0.24 0.50 0 0.31 271.36 0.35 0.51
Hex 85 57 AF 18 32 0 1F 10F 23 33
Octal 205 127 257 30 62 0 37 417 43 63
Binary 10000101 1010111 10101111 11000 110010 0 11111 100001111 100011 110011

Color Harmonies of #8557AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557AF

Black with #8557AF

Text Example


Text Example

White with #8557AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,87,175); }

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

background-color css

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

 a { background-color: rgb(133,87,175); }

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

border-color css

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

 span { border-color: rgb(133,87,175); }

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