#8D418E

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

Shades of Vivid Violet #8D418E

Tints of Vivid Violet #8D418E

Color information

#8D418E (or 0x8D418E) is unknown color: approx Vivid Violet. HEX triplet: 8D, 41 and 8E. RGB value is (141,65,142). Sum of RGB (Red+Green+Blue) = 141+65+142=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D418E is #72BE71. Grayscale: #606060. Windows color (decimal): -7519858 or 9322893. OLE color: 9322893.

HSL color Cylindrical-coordinate representation of color #8D418E: hue angle of 299.22º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D418E is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14165142-
CMYK0.010.5400.44
HSL299.22º37.2%40.59%-
HSV(B)299.22º54.23%55.69%-
XYZ17.7611.426.85-
YUV96.5153.68159.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=40.52%
G=18.68%
B=40.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141651420.010.5400.44299.2237.240.59
Hex8D418E13602C12b2529
Octal2151012161660544534551
Binary1000110110000011000111011101100101100100101011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,65,142); }

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

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

 a { background-color: rgb(141,65,142); }

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

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

 span { border-color: rgb(141,65,142); }

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