#8D3791

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

Shades of Vivid Violet #8D3791

Tints of Vivid Violet #8D3791

Color information

#8D3791 (or 0x8D3791) is unknown color: approx Vivid Violet. HEX triplet: 8D, 37 and 91. RGB value is (141,55,145). Sum of RGB (Red+Green+Blue) = 141+55+145=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D3791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3791 is #72C86E. Grayscale: #5A5A5A. Windows color (decimal): -7522415 or 9516941. OLE color: 9516941.

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

Color convert

RGB14155145-
CMYK0.030.6200.43
HSL297.33º45%39.22%-
HSV(B)297.33º62.07%56.86%-
XYZ17.4610.4427.88-
YUV90.97158.49163.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.35%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=41.35%
G=16.13%
B=42.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141551450.030.6200.43297.334539.22
Hex8D379133E02B1292d27
Octal215672213760534515547
Binary1000110111011110010001111111100101011100101001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,145); }

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

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

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

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

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

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

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