Html Css Color HEX #8A57BA Deep Lilac

📋 copy color: '#8A57BA'

red 138 ◦ green 87 ◦ blue 186

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

Shades of Deep Lilac #8A57BA

Tints of Deep Lilac #8A57BA

RGB

 RED value IS 138 (54.3% from 255) = 33.58%

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

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

R = 33.58%
G = 21.17%
B = 45.26%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A57BA (or 0x8A57BA) is known color: Deep Lilac. HEX triplet: 8A, 57 and BA. RGB value is (138,87,186). Sum of RGB (Red+Green+Blue) = 138+87+186=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A57BA is #75A845. Grayscale: #717171. Windows color (decimal): -7710790 or 12212106. OLE color: 12212106.

HSL color Cylindrical-coordinate representation of color #8A57BA: hue angle of 270.91º 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 #8A57BA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 87 186 -
CMYK 0.26 0.53 0 0.27
HSL 270.91º 0.42% 0.54% -
HSV(B) 270.91º 0.53% 0.73% -
XYZ 22.75 15.76 48.3 -
YUV 113.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 138 87 186 0.26 0.53 0 0.27 270.91 0.42 0.54
Hex 8A 57 BA 1A 35 0 1B 10F 2A 36
Octal 212 127 272 32 65 0 33 417 52 66
Binary 10001010 1010111 10111010 11010 110101 0 11011 100001111 101010 110110

Color Harmonies of #8A57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A57BA

Black with #8A57BA

Text Example


Text Example

White with #8A57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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