#8d348f

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

Shades of Vivid Violet #8D348F

Tints of Vivid Violet #8D348F

Color information

#8D348F (or 0x8D348F) is unknown color: approx Vivid Violet. HEX triplet: 8D, 34 and 8F. RGB value is (141,52,143). Sum of RGB (Red+Green+Blue) = 141+52+143=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D348F is #72CB70. Grayscale: #585858. Windows color (decimal): -7523185 or 9385101. OLE color: 9385101.

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

Color convert

RGB14152143-
CMYK0.010.6400.44
HSL298.68º46.67%38.24%-
HSV(B)298.68º63.64%56.08%-
XYZ17.1710.127.03-
YUV88.98158.49165.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=41.96%
G=15.48%
B=42.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141521430.010.6400.44298.6846.6738.24
Hex8D348F14002C12b2f26
Octal2156421711000544535746
Binary1000110111010010001111110000000101100100101011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d348f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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