#8D2491

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

Shades of Vivid Violet #8D2491

Tints of Vivid Violet #8D2491

Color information

#8D2491 (or 0x8D2491) is unknown color: approx Vivid Violet. HEX triplet: 8D, 24 and 91. RGB value is (141,36,145). Sum of RGB (Red+Green+Blue) = 141+36+145=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D2491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2491 is #72DB6E. Grayscale: #4F4F4F. Windows color (decimal): -7527279 or 9512077. OLE color: 9512077.

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

Color convert

RGB14136145-
CMYK0.030.7500.43
HSL297.8º60.22%35.49%-
HSV(B)297.8º75.17%56.86%-
XYZ16.738.9727.64-
YUV79.82164.79171.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=43.79%
G=11.18%
B=45.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141361450.030.7500.43297.860.2235.49
Hex8D249134B02B12a3c23
Octal2154422131130534527443
Binary10001101100100100100011110010110101011100101010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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