Html Css Color HEX #8549BD Deep Lilac

📋 copy color: '#8549BD'

red 133 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #8549BD

Tints of Deep Lilac #8549BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 33.67%
G = 18.48%
B = 47.85%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8549BD (or 0x8549BD) is known color: Deep Lilac. HEX triplet: 85, 49 and BD. RGB value is (133,73,189). Sum of RGB (Red+Green+Blue) = 133+73+189=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #8549BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549BD is #7AB642. Grayscale: #676767. Windows color (decimal): -8042051 or 12405125. OLE color: 12405125.

HSL color Cylindrical-coordinate representation of color #8549BD: hue angle of 271.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8549BD is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 73 189 -
CMYK 0.30 0.61 0 0.26
HSL 271.03º 0.47% 0.51% -
HSV(B) 271.03º 0.61% 0.74% -
XYZ 21.24 13.43 49.62 -
YUV 104.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 133 73 189 0.30 0.61 0 0.26 271.03 0.47 0.51
Hex 85 49 BD 1E 3D 0 1A 10F 2F 33
Octal 205 111 275 36 75 0 32 417 57 63
Binary 10000101 1001001 10111101 11110 111101 0 11010 100001111 101111 110011

Color Harmonies of #8549BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549BD

Black with #8549BD

Text Example


Text Example

White with #8549BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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