Html Css Color HEX #8B549F Deep Lilac

📋 copy color: '#8B549F'

red 139 ◦ green 84 ◦ blue 159

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

Shades of Deep Lilac #8B549F

Tints of Deep Lilac #8B549F

RGB

 RED value IS 139 (54.69% from 255) = 36.39%

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

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

R = 36.39%
G = 21.99%
B = 41.62%

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

#8B549F (or 0x8B549F) is known color: Deep Lilac. HEX triplet: 8B, 54 and 9F. RGB value is (139,84,159). Sum of RGB (Red+Green+Blue) = 139+84+159=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B549F is #74AB60. Grayscale: #6C6C6C. Windows color (decimal): -7646049 or 10441867. OLE color: 10441867.

HSL color Cylindrical-coordinate representation of color #8B549F: hue angle of 284º 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 #8B549F is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 84 159 -
CMYK 0.13 0.47 0 0.38
HSL 284º 0.31% 0.48% -
HSV(B) 284º 0.47% 0.62% -
XYZ 20.08 14.33 34.51 -
YUV 109 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 139 84 159 0.13 0.47 0 0.38 284 0.31 0.48
Hex 8B 54 9F D 2F 0 26 11C 1F 30
Octal 213 124 237 15 57 0 46 434 37 60
Binary 10001011 1010100 10011111 1101 101111 0 100110 100011100 11111 110000

Color Harmonies of #8B549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B549F

Black with #8B549F

Text Example


Text Example

White with #8B549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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