#8D3189

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

Shades of Vivid Violet #8D3189

Tints of Vivid Violet #8D3189

Color information

#8D3189 (or 0x8D3189) is unknown color: approx Vivid Violet. HEX triplet: 8D, 31 and 89. RGB value is (141,49,137). Sum of RGB (Red+Green+Blue) = 141+49+137=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3189 is #72CE76. Grayscale: #565656. Windows color (decimal): -7523959 or 8991117. OLE color: 8991117.

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

Color convert

RGB14149137-
CMYK00.650.030.45
HSL302.61º48.42%37.25%-
HSV(B)302.61º65.25%55.29%-
XYZ16.69.6724.66-
YUV86.54156.48166.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=43.12%
G=14.98%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414913700.650.030.45302.6148.4237.25
Hex8D318904132D12f3025
Octal2156121101013554576045
Binary10001101110001100010010100000111101101100101111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,137); }

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

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

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

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

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

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

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