Html Css Color HEX #8556AF Deep Lilac

📋 copy color: '#8556AF'

red 133 ◦ green 86 ◦ blue 175

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

Shades of Deep Lilac #8556AF

Tints of Deep Lilac #8556AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.83%

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

R = 33.76%
G = 21.83%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8556AF (or 0x8556AF) is known color: Deep Lilac. HEX triplet: 85, 56 and AF. RGB value is (133,86,175). Sum of RGB (Red+Green+Blue) = 133+86+175=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #8556AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8556AF is #7AA950. Grayscale: #6D6D6D. Windows color (decimal): -8038737 or 11490949. OLE color: 11490949.

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

Color convert

RGB 133 86 175 -
CMYK 0.24 0.51 0 0.31
HSL 271.69º 0.36% 0.51% -
HSV(B) 271.69º 0.51% 0.69% -
XYZ 20.74 14.74 42.31 -
YUV 110.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 133 86 175 0.24 0.51 0 0.31 271.69 0.36 0.51
Hex 85 56 AF 18 33 0 1F 110 24 33
Octal 205 126 257 30 63 0 37 420 44 63
Binary 10000101 1010110 10101111 11000 110011 0 11111 100010000 100100 110011

Color Harmonies of #8556AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556AF

Black with #8556AF

Text Example


Text Example

White with #8556AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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