Html Css Color HEX #8D5BAB Deep Lilac

📋 copy color: '#8D5BAB'

red 141 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #8D5BAB

Tints of Deep Lilac #8D5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 34.99%
G = 22.58%
B = 42.43%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D5BAB (or 0x8D5BAB) is known color: Deep Lilac. HEX triplet: 8D, 5B and AB. RGB value is (141,91,171). Sum of RGB (Red+Green+Blue) = 141+91+171=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5BAB is #72A454. Grayscale: #727272. Windows color (decimal): -7513173 or 11230093. OLE color: 11230093.

HSL color Cylindrical-coordinate representation of color #8D5BAB: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D5BAB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 91 171 -
CMYK 0.18 0.47 0 0.33
HSL 277.5º 0.32% 0.51% -
HSV(B) 277.5º 0.47% 0.67% -
XYZ 22.08 16.09 40.47 -
YUV 115.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 141 91 171 0.18 0.47 0 0.33 277.5 0.32 0.51
Hex 8D 5B AB 12 2F 0 21 116 20 33
Octal 215 133 253 22 57 0 41 426 40 63
Binary 10001101 1011011 10101011 10010 101111 0 100001 100010110 100000 110011

Color Harmonies of #8D5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5BAB

Black with #8D5BAB

Text Example


Text Example

White with #8D5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,91,171); }

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

background-color css

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

 a { background-color: rgb(141,91,171); }

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

border-color css

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

 span { border-color: rgb(141,91,171); }

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