#8D2592

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

Shades of Vivid Violet #8D2592

Tints of Vivid Violet #8D2592

Color information

#8D2592 (or 0x8D2592) is unknown color: approx Vivid Violet. HEX triplet: 8D, 25 and 92. RGB value is (141,37,146). Sum of RGB (Red+Green+Blue) = 141+37+146=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D2592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2592 is #72DA6D. Grayscale: #505050. Windows color (decimal): -7527022 or 9577869. OLE color: 9577869.

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

Color convert

RGB14137146-
CMYK0.030.7500.43
HSL297.25º59.56%35.88%-
HSV(B)297.25º74.66%57.25%-
XYZ16.839.0628.06-
YUV80.52164.96171.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 37 (14.84% from 255) = 11.42%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=43.52%
G=11.42%
B=45.06%

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
Decimal141371460.030.7500.43297.2559.5635.88
Hex8D259234B02B1293c24
Octal2154522231130534517444
Binary10001101100101100100101110010110101011100101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,37,146); }

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

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

 a { background-color: rgb(141,37,146); }

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

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

 span { border-color: rgb(141,37,146); }

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