Html Css Color HEX #8D5BAC Deep Lilac

📋 copy color: '#8D5BAC'

red 141 ◦ green 91 ◦ blue 172

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

Shades of Deep Lilac #8D5BAC

Tints of Deep Lilac #8D5BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 34.9%
G = 22.52%
B = 42.57%

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

#8D5BAC (or 0x8D5BAC) is known color: Deep Lilac. HEX triplet: 8D, 5B and AC. RGB value is (141,91,172). Sum of RGB (Red+Green+Blue) = 141+91+172=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5BAC is #72A453. Grayscale: #727272. Windows color (decimal): -7513172 or 11295629. OLE color: 11295629.

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

Color convert

RGB 141 91 172 -
CMYK 0.18 0.47 0 0.33
HSL 277.04º 0.33% 0.52% -
HSV(B) 277.04º 0.47% 0.67% -
XYZ 22.17 16.12 40.97 -
YUV 115.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 141 91 172 0.18 0.47 0 0.33 277.04 0.33 0.52
Hex 8D 5B AC 12 2F 0 21 115 21 34
Octal 215 133 254 22 57 0 41 425 41 64
Binary 10001101 1011011 10101100 10010 101111 0 100001 100010101 100001 110100

Color Harmonies of #8D5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5BAC

Black with #8D5BAC

Text Example


Text Example

White with #8D5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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