#8D1AAC

Color #8D1AAC Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8D1AAC

Tints of Vivid Violet #8D1AAC

Color information

#8D1AAC (or 0x8D1AAC) is unknown color: approx Vivid Violet. HEX triplet: 8D, 1A and AC. RGB value is (141,26,172). Sum of RGB (Red+Green+Blue) = 141+26+172=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1AAC is #72E553. Grayscale: #4C4C4C. Windows color (decimal): -7529812 or 11278989. OLE color: 11278989.

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

Color convert

RGB14126172-
CMYK0.180.8500.33
HSL287.26º73.74%38.82%-
HSV(B)287.26º84.88%67.45%-
XYZ18.89.3839.85-
YUV77.03181.6173.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=41.59%
G=7.67%
B=50.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141261720.180.8500.33287.2673.7438.82
Hex8D1AAC125502111f4a27
Octal215322542212504143711247
Binary10001101110101010110010010101010101000011000111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D1AAC;
 }
 .AnyTagClassName
 {
   color: #8D1AAC;
 }
</style>
background-color css

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

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

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

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

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

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