Html Css Color HEX #8556BA Deep Lilac

📋 copy color: '#8556BA'

red 133 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #8556BA

Tints of Deep Lilac #8556BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 32.84%
G = 21.23%
B = 45.93%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8556BA (or 0x8556BA) is known color: Deep Lilac. HEX triplet: 85, 56 and BA. RGB value is (133,86,186). Sum of RGB (Red+Green+Blue) = 133+86+186=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8556BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556BA is #7AA945. Grayscale: #6F6F6F. Windows color (decimal): -8038726 or 12211845. OLE color: 12211845.

HSL color Cylindrical-coordinate representation of color #8556BA: hue angle of 268.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8556BA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 86 186 -
CMYK 0.28 0.54 0 0.27
HSL 268.2º 0.42% 0.53% -
HSV(B) 268.2º 0.54% 0.73% -
XYZ 21.86 15.19 48.23 -
YUV 111.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 133 86 186 0.28 0.54 0 0.27 268.2 0.42 0.53
Hex 85 56 BA 1C 36 0 1B 10C 2A 35
Octal 205 126 272 34 66 0 33 414 52 65
Binary 10000101 1010110 10111010 11100 110110 0 11011 100001100 101010 110101

Color Harmonies of #8556BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556BA

Black with #8556BA

Text Example


Text Example

White with #8556BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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