#8D4292

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

Shades of Vivid Violet #8D4292

Tints of Vivid Violet #8D4292

Color information

#8D4292 (or 0x8D4292) is unknown color: approx Vivid Violet. HEX triplet: 8D, 42 and 92. RGB value is (141,66,146). Sum of RGB (Red+Green+Blue) = 141+66+146=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D4292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4292 is #72BD6D. Grayscale: #616161. Windows color (decimal): -7519598 or 9585293. OLE color: 9585293.

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

Color convert

RGB14166146-
CMYK0.030.5500.43
HSL296.25º37.74%41.57%-
HSV(B)296.25º54.79%57.25%-
XYZ18.1211.6328.48-
YUV97.54155.35159-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=39.94%
G=18.70%
B=41.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141661460.030.5500.43296.2537.7441.57
Hex8D429233702B128262a
Octal2151022223670534504652
Binary10001101100001010010010111101110101011100101000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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