Html Css Color HEX #8A54AF Deep Lilac

📋 copy color: '#8A54AF'

red 138 ◦ green 84 ◦ blue 175

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

Shades of Deep Lilac #8A54AF

Tints of Deep Lilac #8A54AF

RGB

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

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

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

R = 34.76%
G = 21.16%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A54AF (or 0x8A54AF) is known color: Deep Lilac. HEX triplet: 8A, 54 and AF. RGB value is (138,84,175). Sum of RGB (Red+Green+Blue) = 138+84+175=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A54AF is #75AB50. Grayscale: #6E6E6E. Windows color (decimal): -7711569 or 11490442. OLE color: 11490442.

HSL color Cylindrical-coordinate representation of color #8A54AF: hue angle of 275.6º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A54AF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 84 175 -
CMYK 0.21 0.52 0 0.31
HSL 275.6º 0.36% 0.51% -
HSV(B) 275.6º 0.52% 0.69% -
XYZ 21.39 14.84 42.29 -
YUV 110.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 138 84 175 0.21 0.52 0 0.31 275.6 0.36 0.51
Hex 8A 54 AF 15 34 0 1F 114 24 33
Octal 212 124 257 25 64 0 37 424 44 63
Binary 10001010 1010100 10101111 10101 110100 0 11111 100010100 100100 110011

Color Harmonies of #8A54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A54AF

Black with #8A54AF

Text Example


Text Example

White with #8A54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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