Html Css Color HEX #8D5CAC Deep Lilac

📋 copy color: '#8D5CAC'

red 141 ◦ green 92 ◦ blue 172

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

Shades of Deep Lilac #8D5CAC

Tints of Deep Lilac #8D5CAC

RGB

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

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

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

R = 34.81%
G = 22.72%
B = 42.47%

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

#8D5CAC (or 0x8D5CAC) is known color: Deep Lilac. HEX triplet: 8D, 5C and AC. RGB value is (141,92,172). Sum of RGB (Red+Green+Blue) = 141+92+172=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5CAC is #72A353. Grayscale: #737373. Windows color (decimal): -7512916 or 11295885. OLE color: 11295885.

HSL color Cylindrical-coordinate representation of color #8D5CAC: hue angle of 276.75º 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 #8D5CAC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 92 172 -
CMYK 0.18 0.47 0 0.33
HSL 276.75º 0.33% 0.52% -
HSV(B) 276.75º 0.47% 0.67% -
XYZ 22.26 16.3 41 -
YUV 115.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 141 92 172 0.18 0.47 0 0.33 276.75 0.33 0.52
Hex 8D 5C AC 12 2F 0 21 115 21 34
Octal 215 134 254 22 57 0 41 425 41 64
Binary 10001101 1011100 10101100 10010 101111 0 100001 100010101 100001 110100

Color Harmonies of #8D5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5CAC

Black with #8D5CAC

Text Example


Text Example

White with #8D5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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