Html Css Color HEX #8549BE Deep Lilac

📋 copy color: '#8549BE'

red 133 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #8549BE

Tints of Deep Lilac #8549BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 33.59%
G = 18.43%
B = 47.98%

CMYK

 C value IS 0.3

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8549BE (or 0x8549BE) is known color: Deep Lilac. HEX triplet: 85, 49 and BE. RGB value is (133,73,190). Sum of RGB (Red+Green+Blue) = 133+73+190=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #8549BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549BE is #7AB641. Grayscale: #676767. Windows color (decimal): -8042050 or 12470661. OLE color: 12470661.

HSL color Cylindrical-coordinate representation of color #8549BE: hue angle of 270.77º degrees, saturation: 0.47, 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 #8549BE is Cyan = 0.3, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 73 190 -
CMYK 0.3 0.62 0 0.25
HSL 270.77º 0.47% 0.52% -
HSV(B) 270.77º 0.62% 0.75% -
XYZ 21.35 13.47 50.19 -
YUV 104.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 133 73 190 0.3 0.62 0 0.25 270.77 0.47 0.52
Hex 85 49 BE 1E 3E 0 19 10F 2F 34
Octal 205 111 276 36 76 0 31 417 57 64
Binary 10000101 1001001 10111110 11110 111110 0 11001 100001111 101111 110100

Color Harmonies of #8549BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549BE

Black with #8549BE

Text Example


Text Example

White with #8549BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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