Html Css Color HEX #8557BA Deep Lilac

📋 copy color: '#8557BA'

red 133 ◦ green 87 ◦ blue 186

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

Shades of Deep Lilac #8557BA

Tints of Deep Lilac #8557BA

RGB

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

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

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

R = 32.76%
G = 21.43%
B = 45.81%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8557BA (or 0x8557BA) is known color: Deep Lilac. HEX triplet: 85, 57 and BA. RGB value is (133,87,186). Sum of RGB (Red+Green+Blue) = 133+87+186=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #8557BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557BA is #7AA845. Grayscale: #6F6F6F. Windows color (decimal): -8038470 or 12212101. OLE color: 12212101.

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

Color convert

RGB 133 87 186 -
CMYK 0.28 0.53 0 0.27
HSL 267.88º 0.42% 0.54% -
HSV(B) 267.88º 0.53% 0.73% -
XYZ 21.94 15.35 48.26 -
YUV 112.04 169.74 142.95 -
System Red Green Blue C M Y K H S L
Decimal 133 87 186 0.28 0.53 0 0.27 267.88 0.42 0.54
Hex 85 57 BA 1C 35 0 1B 10C 2A 36
Octal 205 127 272 34 65 0 33 414 52 66
Binary 10000101 1010111 10111010 11100 110101 0 11011 100001100 101010 110110

Color Harmonies of #8557BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557BA

Black with #8557BA

Text Example


Text Example

White with #8557BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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