#8D3988

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

Shades of Vivid Violet #8D3988

Tints of Vivid Violet #8D3988

Color information

#8D3988 (or 0x8D3988) is unknown color: approx Vivid Violet. HEX triplet: 8D, 39 and 88. RGB value is (141,57,136). Sum of RGB (Red+Green+Blue) = 141+57+136=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3988 is #72C677. Grayscale: #5A5A5A. Windows color (decimal): -7521912 or 8927629. OLE color: 8927629.

HSL color Cylindrical-coordinate representation of color #8D3988: hue angle of 303.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3988 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14157136-
CMYK00.600.040.45
HSL303.57º42.42%38.82%-
HSV(B)303.57º59.57%55.29%-
XYZ16.8910.3724.4-
YUV91.12153.33163.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=42.22%
G=17.07%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415713600.600.040.45303.5742.4238.82
Hex8D398803C42D1302a27
Octal215712100744554605247
Binary10001101111001100010000111100100101101100110000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,136); }

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

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

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

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

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

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

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