Html Css Color HEX #8D58BA Deep Lilac

📋 copy color: '#8D58BA'

red 141 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #8D58BA

Tints of Deep Lilac #8D58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

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

R = 33.98%
G = 21.2%
B = 44.82%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D58BA (or 0x8D58BA) is known color: Deep Lilac. HEX triplet: 8D, 58 and BA. RGB value is (141,88,186). Sum of RGB (Red+Green+Blue) = 141+88+186=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58BA is #72A745. Grayscale: #727272. Windows color (decimal): -7513926 or 12212365. OLE color: 12212365.

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

Color convert

RGB 141 88 186 -
CMYK 0.24 0.53 0 0.27
HSL 272.45º 0.42% 0.54% -
HSV(B) 272.45º 0.53% 0.73% -
XYZ 23.34 16.19 48.35 -
YUV 115.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 141 88 186 0.24 0.53 0 0.27 272.45 0.42 0.54
Hex 8D 58 BA 18 35 0 1B 110 2A 36
Octal 215 130 272 30 65 0 33 420 52 66
Binary 10001101 1011000 10111010 11000 110101 0 11011 100010000 101010 110110

Color Harmonies of #8D58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D58BA

Black with #8D58BA

Text Example


Text Example

White with #8D58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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