Html Css Color HEX #8D11AE Dark Violet

📋 copy color: '#8D11AE'

red 141 ◦ green 17 ◦ blue 174

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

Shades of Dark Violet #8D11AE

Tints of Dark Violet #8D11AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 42.47%
G = 5.12%
B = 52.41%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D11AE (or 0x8D11AE) is known color: Dark Violet. HEX triplet: 8D, 11 and AE. RGB value is (141,17,174). Sum of RGB (Red+Green+Blue) = 141+17+174=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D11AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D11AE is #72EE51. Grayscale: #474747. Windows color (decimal): -7532114 or 11407757. OLE color: 11407757.

HSL color Cylindrical-coordinate representation of color #8D11AE: hue angle of 287.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D11AE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 17 174 -
CMYK 0.19 0.90 0 0.32
HSL 287.39º 0.82% 0.37% -
HSV(B) 287.39º 0.9% 0.68% -
XYZ 18.82 9.12 40.81 -
YUV 71.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 141 17 174 0.19 0.90 0 0.32 287.39 0.82 0.37
Hex 8D 11 AE 13 5A 0 20 11F 52 25
Octal 215 21 256 23 132 0 40 437 122 45
Binary 10001101 10001 10101110 10011 1011010 0 100000 100011111 1010010 100101

Color Harmonies of #8D11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D11AE

Black with #8D11AE

Text Example


Text Example

White with #8D11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,17,174); }

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

background-color css

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

 a { background-color: rgb(141,17,174); }

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

border-color css

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

 span { border-color: rgb(141,17,174); }

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