Html Css Color HEX #8D54BA Deep Lilac

📋 copy color: '#8D54BA'

red 141 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #8D54BA

Tints of Deep Lilac #8D54BA

RGB

 RED value IS 141 (55.47% from 255) = 34.31%

 GREEN value IS 84 (33.2% from 255) = 20.44%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 34.31%
G = 20.44%
B = 45.26%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D54BA (or 0x8D54BA) is known color: Deep Lilac. HEX triplet: 8D, 54 and BA. RGB value is (141,84,186). Sum of RGB (Red+Green+Blue) = 141+84+186=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54BA is #72AB45. Grayscale: #707070. Windows color (decimal): -7514950 or 12211341. OLE color: 12211341.

HSL color Cylindrical-coordinate representation of color #8D54BA: hue angle of 273.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D54BA is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 84 186 -
CMYK 0.24 0.55 0 0.27
HSL 273.53º 0.43% 0.53% -
HSV(B) 273.53º 0.55% 0.73% -
XYZ 23.02 15.55 48.24 -
YUV 112.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 141 84 186 0.24 0.55 0 0.27 273.53 0.43 0.53
Hex 8D 54 BA 18 37 0 1B 112 2A 35
Octal 215 124 272 30 67 0 33 422 52 65
Binary 10001101 1010100 10111010 11000 110111 0 11011 100010010 101010 110101

Color Harmonies of #8D54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D54BA

Black with #8D54BA

Text Example


Text Example

White with #8D54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D54BA; }

 p { color: rgb(141,84,186); }

 H1.HeaderClassName
 {
   color: #8D54BA;
 }
 .AnyTagClassName
 {
   color: #8D54BA;
 }
</style>

background-color css

<style>
 a { background-color: #8D54BA; }

 a { background-color: rgb(141,84,186); }

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

border-color css

<style>
 span { border-color: #8D54BA; }

 span { border-color: rgb(141,84,186); }

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