#8D2A9D

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

Shades of Vivid Violet #8D2A9D

Tints of Vivid Violet #8D2A9D

Color information

#8D2A9D (or 0x8D2A9D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 2A and 9D. RGB value is (141,42,157). Sum of RGB (Red+Green+Blue) = 141+42+157=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D2A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2A9D is #72D562. Grayscale: #545454. Windows color (decimal): -7525731 or 10300045. OLE color: 10300045.

HSL color Cylindrical-coordinate representation of color #8D2A9D: hue angle of 291.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2A9D is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14142157-
CMYK0.100.7300.38
HSL291.65º57.79%39.02%-
HSV(B)291.65º73.25%61.57%-
XYZ17.99.7532.84-
YUV84.71168.8168.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=41.47%
G=12.35%
B=46.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141421570.100.7300.38291.6557.7939.02
Hex8D2A9DA490261243a27
Octal21552235121110464447247
Binary1000110110101010011101101010010010100110100100100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,42,157); }

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

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

 a { background-color: rgb(141,42,157); }

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

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

 span { border-color: rgb(141,42,157); }

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