Html Css Color HEX #8549BF Deep Lilac

📋 copy color: '#8549BF'

red 133 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #8549BF

Tints of Deep Lilac #8549BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 33.5%
G = 18.39%
B = 48.11%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8549BF (or 0x8549BF) is known color: Deep Lilac. HEX triplet: 85, 49 and BF. RGB value is (133,73,191). Sum of RGB (Red+Green+Blue) = 133+73+191=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #8549BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549BF is #7AB640. Grayscale: #676767. Windows color (decimal): -8042049 or 12536197. OLE color: 12536197.

HSL color Cylindrical-coordinate representation of color #8549BF: hue angle of 270.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8549BF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 73 191 -
CMYK 0.30 0.62 0 0.25
HSL 270.51º 0.48% 0.52% -
HSV(B) 270.51º 0.62% 0.75% -
XYZ 21.46 13.51 50.77 -
YUV 104.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 133 73 191 0.30 0.62 0 0.25 270.51 0.48 0.52
Hex 85 49 BF 1E 3E 0 19 10F 30 34
Octal 205 111 277 36 76 0 31 417 60 64
Binary 10000101 1001001 10111111 11110 111110 0 11001 100001111 110000 110100

Color Harmonies of #8549BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549BF

Black with #8549BF

Text Example


Text Example

White with #8549BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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