Html Css Color HEX #8549B3 Deep Lilac

📋 copy color: '#8549B3'

red 133 ◦ green 73 ◦ blue 179

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

Shades of Deep Lilac #8549B3

Tints of Deep Lilac #8549B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 34.55%
G = 18.96%
B = 46.49%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8549B3 (or 0x8549B3) is known color: Deep Lilac. HEX triplet: 85, 49 and B3. RGB value is (133,73,179). Sum of RGB (Red+Green+Blue) = 133+73+179=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #8549B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549B3 is #7AB64C. Grayscale: #666666. Windows color (decimal): -8042061 or 11749765. OLE color: 11749765.

HSL color Cylindrical-coordinate representation of color #8549B3: hue angle of 273.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8549B3 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 73 179 -
CMYK 0.26 0.59 0 0.30
HSL 273.96º 0.42% 0.49% -
HSV(B) 273.96º 0.59% 0.7% -
XYZ 20.19 13.01 44.09 -
YUV 103.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 133 73 179 0.26 0.59 0 0.30 273.96 0.42 0.49
Hex 85 49 B3 1A 3B 0 1E 112 2A 31
Octal 205 111 263 32 73 0 36 422 52 61
Binary 10000101 1001001 10110011 11010 111011 0 11110 100010010 101010 110001

Color Harmonies of #8549B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549B3

Black with #8549B3

Text Example


Text Example

White with #8549B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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