Html Css Color HEX #8549BC Deep Lilac

📋 copy color: '#8549BC'

red 133 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #8549BC

Tints of Deep Lilac #8549BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 33.76%
G = 18.53%
B = 47.72%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8549BC (or 0x8549BC) is known color: Deep Lilac. HEX triplet: 85, 49 and BC. RGB value is (133,73,188). Sum of RGB (Red+Green+Blue) = 133+73+188=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #8549BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549BC is #7AB643. Grayscale: #676767. Windows color (decimal): -8042052 or 12339589. OLE color: 12339589.

HSL color Cylindrical-coordinate representation of color #8549BC: hue angle of 271.3º degrees, saturation: 0.46, 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 #8549BC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 73 188 -
CMYK 0.29 0.61 0 0.26
HSL 271.3º 0.46% 0.51% -
HSV(B) 271.3º 0.61% 0.74% -
XYZ 21.13 13.38 49.05 -
YUV 104.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 133 73 188 0.29 0.61 0 0.26 271.3 0.46 0.51
Hex 85 49 BC 1D 3D 0 1A 10F 2E 33
Octal 205 111 274 35 75 0 32 417 56 63
Binary 10000101 1001001 10111100 11101 111101 0 11010 100001111 101110 110011

Color Harmonies of #8549BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549BC

Black with #8549BC

Text Example


Text Example

White with #8549BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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