#8D3289

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

Shades of Vivid Violet #8D3289

Tints of Vivid Violet #8D3289

Color information

#8D3289 (or 0x8D3289) is unknown color: approx Vivid Violet. HEX triplet: 8D, 32 and 89. RGB value is (141,50,137). Sum of RGB (Red+Green+Blue) = 141+50+137=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3289 is #72CD76. Grayscale: #565656. Windows color (decimal): -7523703 or 8991373. OLE color: 8991373.

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

Color convert

RGB14150137-
CMYK00.650.030.45
HSL302.64º47.64%37.45%-
HSV(B)302.64º64.54%55.29%-
XYZ16.649.7524.67-
YUV87.13156.15166.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=42.99%
G=15.24%
B=41.77%

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
Decimal1415013700.650.030.45302.6447.6437.45
Hex8D328904132D12f3025
Octal2156221101013554576045
Binary10001101110010100010010100000111101101100101111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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