#8D458C

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

Shades of Vivid Violet #8D458C

Tints of Vivid Violet #8D458C

Color information

#8D458C (or 0x8D458C) is unknown color: approx Vivid Violet. HEX triplet: 8D, 45 and 8C. RGB value is (141,69,140). Sum of RGB (Red+Green+Blue) = 141+69+140=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D458C is #72BA73. Grayscale: #626262. Windows color (decimal): -7518836 or 9192845. OLE color: 9192845.

HSL color Cylindrical-coordinate representation of color #8D458C: hue angle of 300.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D458C is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14169140-
CMYK00.510.010.45
HSL300.83º34.29%41.18%-
HSV(B)300.83º51.06%55.29%-
XYZ17.8511.8126.15-
YUV98.62151.35158.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 140 (55.08% from 255) = 40%
R=40.29%
G=19.71%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416914000.510.010.45300.8334.2941.18
Hex8D458C03312D12d2229
Octal2151052140631554554251
Binary1000110110001011000110001100111101101100101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,140); }

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

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

 a { background-color: rgb(141,69,140); }

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

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

 span { border-color: rgb(141,69,140); }

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