#8D18AA

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

Shades of Vivid Violet #8D18AA

Tints of Vivid Violet #8D18AA

Color information

#8D18AA (or 0x8D18AA) is unknown color: approx Vivid Violet. HEX triplet: 8D, 18 and AA. RGB value is (141,24,170). Sum of RGB (Red+Green+Blue) = 141+24+170=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D18AA is #72E755. Grayscale: #4B4B4B. Windows color (decimal): -7530326 or 11147405. OLE color: 11147405.

HSL color Cylindrical-coordinate representation of color #8D18AA: hue angle of 288.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D18AA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14124170-
CMYK0.170.8600.33
HSL288.08º75.26%38.04%-
HSV(B)288.08º85.88%66.67%-
XYZ18.579.2238.83-
YUV75.63181.26174.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 24 (9.77% from 255) = 7.16%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=42.09%
G=7.16%
B=50.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141241700.170.8600.33288.0875.2638.04
Hex8D18AA11560211204b26
Octal215302522112604144011346
Binary10001101110001010101010001101011001000011001000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D18AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,170); }

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

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

 a { background-color: rgb(141,24,170); }

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

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

 span { border-color: rgb(141,24,170); }

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