Html Css Color HEX #8549BA Deep Lilac

📋 copy color: '#8549BA'

red 133 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #8549BA

Tints of Deep Lilac #8549BA

RGB

 RED value IS 133 (52.34% from 255) = 33.93%

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 33.93%
G = 18.62%
B = 47.45%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8549BA (or 0x8549BA) is known color: Deep Lilac. HEX triplet: 85, 49 and BA. RGB value is (133,73,186). Sum of RGB (Red+Green+Blue) = 133+73+186=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #8549BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549BA is #7AB645. Grayscale: #676767. Windows color (decimal): -8042054 or 12208517. OLE color: 12208517.

HSL color Cylindrical-coordinate representation of color #8549BA: hue angle of 271.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8549BA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 73 186 -
CMYK 0.28 0.61 0 0.27
HSL 271.86º 0.45% 0.51% -
HSV(B) 271.86º 0.61% 0.73% -
XYZ 20.92 13.3 47.92 -
YUV 103.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 133 73 186 0.28 0.61 0 0.27 271.86 0.45 0.51
Hex 85 49 BA 1C 3D 0 1B 110 2D 33
Octal 205 111 272 34 75 0 33 420 55 63
Binary 10000101 1001001 10111010 11100 111101 0 11011 100010000 101101 110011

Color Harmonies of #8549BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549BA

Black with #8549BA

Text Example


Text Example

White with #8549BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8549BA; }

 p { color: rgb(133,73,186); }

 H1.HeaderClassName
 {
   color: #8549BA;
 }
 .AnyTagClassName
 {
   color: #8549BA;
 }
</style>

background-color css

<style>
 a { background-color: #8549BA; }

 a { background-color: rgb(133,73,186); }

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

border-color css

<style>
 span { border-color: #8549BA; }

 span { border-color: rgb(133,73,186); }

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