#8D358D

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

Shades of Vivid Violet #8D358D

Tints of Vivid Violet #8D358D

Color information

#8D358D (or 0x8D358D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 35 and 8D. RGB value is (141,53,141). Sum of RGB (Red+Green+Blue) = 141+53+141=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D358D is #72CA72. Grayscale: #595959. Windows color (decimal): -7522931 or 9254285. OLE color: 9254285.

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

Color convert

RGB14153141-
CMYK00.6200.45
HSL300º45.36%38.04%-
HSV(B)300º62.41%55.29%-
XYZ17.0710.1326.26-
YUV89.34157.15164.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=42.09%
G=15.82%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415314100.6200.4530045.3638.04
Hex8D358D03E02D12c2d26
Octal215652150760554545546
Binary100011011101011000110101111100101101100101100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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