#8D358A

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

Shades of Vivid Violet #8D358A

Tints of Vivid Violet #8D358A

Color information

#8D358A (or 0x8D358A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 35 and 8A. RGB value is (141,53,138). Sum of RGB (Red+Green+Blue) = 141+53+138=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D358A is #72CA75. Grayscale: #585858. Windows color (decimal): -7522934 or 9057677. OLE color: 9057677.

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

Color convert

RGB14153138-
CMYK00.620.020.45
HSL302.05º45.36%38.04%-
HSV(B)302.05º62.41%55.29%-
XYZ16.8510.0425.1-
YUV89155.65165.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=42.47%
G=15.96%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415313800.620.020.45302.0545.3638.04
Hex8D358A03E22D12e2d26
Octal215652120762554565546
Binary1000110111010110001010011111010101101100101110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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