#8D348D

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

Shades of Vivid Violet #8D348D

Tints of Vivid Violet #8D348D

Color information

#8D348D (or 0x8D348D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 34 and 8D. RGB value is (141,52,141). Sum of RGB (Red+Green+Blue) = 141+52+141=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D348D is #72CB72. Grayscale: #585858. Windows color (decimal): -7523187 or 9254029. OLE color: 9254029.

HSL color Cylindrical-coordinate representation of color #8D348D: hue angle of 300º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D348D is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14152141-
CMYK00.6300.45
HSL300º46.11%37.84%-
HSV(B)300º63.12%55.29%-
XYZ17.0210.0426.24-
YUV88.76157.49165.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=42.22%
G=15.57%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415214100.6300.4530046.1137.84
Hex8D348D03F02D12c2e26
Octal215642150770554545646
Binary100011011101001000110101111110101101100101100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,141); }

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

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

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

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

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

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

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