#8D348B

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

Shades of Vivid Violet #8D348B

Tints of Vivid Violet #8D348B

Color information

#8D348B (or 0x8D348B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 34 and 8B. RGB value is (141,52,139). Sum of RGB (Red+Green+Blue) = 141+52+139=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D348B is #72CB74. Grayscale: #585858. Windows color (decimal): -7523189 or 9122957. OLE color: 9122957.

HSL color Cylindrical-coordinate representation of color #8D348B: hue angle of 301.35º 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 #8D348B is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14152139-
CMYK00.630.010.45
HSL301.35º46.11%37.84%-
HSV(B)301.35º63.12%55.29%-
XYZ16.879.9825.46-
YUV88.53156.49165.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=42.47%
G=15.66%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415213900.630.010.45301.3546.1137.84
Hex8D348B03F12D12d2e26
Octal215642130771554555646
Binary100011011101001000101101111111101101100101101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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