Html Css Color HEX #8A54AB Deep Lilac

📋 copy color: '#8A54AB'

red 138 ◦ green 84 ◦ blue 171

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

Shades of Deep Lilac #8A54AB

Tints of Deep Lilac #8A54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 35.11%
G = 21.37%
B = 43.51%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A54AB (or 0x8A54AB) is known color: Deep Lilac. HEX triplet: 8A, 54 and AB. RGB value is (138,84,171). Sum of RGB (Red+Green+Blue) = 138+84+171=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A54AB is #75AB54. Grayscale: #6D6D6D. Windows color (decimal): -7711573 or 11228298. OLE color: 11228298.

HSL color Cylindrical-coordinate representation of color #8A54AB: hue angle of 277.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A54AB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 84 171 -
CMYK 0.19 0.51 0 0.33
HSL 277.24º 0.34% 0.5% -
HSV(B) 277.24º 0.51% 0.67% -
XYZ 21 14.68 40.26 -
YUV 110.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 138 84 171 0.19 0.51 0 0.33 277.24 0.34 0.5
Hex 8A 54 AB 13 33 0 21 115 22 32
Octal 212 124 253 23 63 0 41 425 42 62
Binary 10001010 1010100 10101011 10011 110011 0 100001 100010101 100010 110010

Color Harmonies of #8A54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A54AB

Black with #8A54AB

Text Example


Text Example

White with #8A54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,84,171); }

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

background-color css

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

 a { background-color: rgb(138,84,171); }

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

border-color css

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

 span { border-color: rgb(138,84,171); }

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