Html Css Color HEX #8A549F Deep Lilac

📋 copy color: '#8A549F'

red 138 ◦ green 84 ◦ blue 159

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

Shades of Deep Lilac #8A549F

Tints of Deep Lilac #8A549F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 36.22%
G = 22.05%
B = 41.73%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A549F (or 0x8A549F) is known color: Deep Lilac. HEX triplet: 8A, 54 and 9F. RGB value is (138,84,159). Sum of RGB (Red+Green+Blue) = 138+84+159=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A549F is #75AB60. Grayscale: #6C6C6C. Windows color (decimal): -7711585 or 10441866. OLE color: 10441866.

HSL color Cylindrical-coordinate representation of color #8A549F: hue angle of 283.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A549F is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 84 159 -
CMYK 0.13 0.47 0 0.38
HSL 283.2º 0.31% 0.48% -
HSV(B) 283.2º 0.47% 0.62% -
XYZ 19.91 14.25 34.5 -
YUV 108.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 138 84 159 0.13 0.47 0 0.38 283.2 0.31 0.48
Hex 8A 54 9F D 2F 0 26 11B 1F 30
Octal 212 124 237 15 57 0 46 433 37 60
Binary 10001010 1010100 10011111 1101 101111 0 100110 100011011 11111 110000

Color Harmonies of #8A549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A549F

Black with #8A549F

Text Example


Text Example

White with #8A549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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