Html Css Color HEX #8D5CAB Deep Lilac

📋 copy color: '#8D5CAB'

red 141 ◦ green 92 ◦ blue 171

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

Shades of Deep Lilac #8D5CAB

Tints of Deep Lilac #8D5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.77%

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

R = 34.9%
G = 22.77%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D5CAB (or 0x8D5CAB) is known color: Deep Lilac. HEX triplet: 8D, 5C and AB. RGB value is (141,92,171). Sum of RGB (Red+Green+Blue) = 141+92+171=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5CAB is #72A354. Grayscale: #737373. Windows color (decimal): -7512917 or 11230349. OLE color: 11230349.

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

Color convert

RGB 141 92 171 -
CMYK 0.18 0.46 0 0.33
HSL 277.22º 0.32% 0.52% -
HSV(B) 277.22º 0.46% 0.67% -
XYZ 22.16 16.26 40.5 -
YUV 115.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 141 92 171 0.18 0.46 0 0.33 277.22 0.32 0.52
Hex 8D 5C AB 12 2E 0 21 115 20 34
Octal 215 134 253 22 56 0 41 425 40 64
Binary 10001101 1011100 10101011 10010 101110 0 100001 100010101 100000 110100

Color Harmonies of #8D5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5CAB

Black with #8D5CAB

Text Example


Text Example

White with #8D5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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