#8E348D

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

Shades of Vivid Violet #8E348D

Tints of Vivid Violet #8E348D

Color information

#8E348D (or 0x8E348D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 34 and 8D. RGB value is (142,52,141). Sum of RGB (Red+Green+Blue) = 142+52+141=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E348D is #71CB72. Grayscale: #585858. Windows color (decimal): -7457651 or 9254030. OLE color: 9254030.

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

Color convert

RGB14252141-
CMYK00.630.010.44
HSL300.67º46.39%38.04%-
HSV(B)300.67º63.38%55.69%-
XYZ17.1910.1326.25-
YUV89.06157.32165.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=42.39%
G=15.52%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425214100.630.010.44300.6746.3938.04
Hex8E348D03F12C12d2e26
Octal216642150771544555646
Binary100011101101001000110101111111101100100101101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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