#8D2D8A

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

Shades of Vivid Violet #8D2D8A

Tints of Vivid Violet #8D2D8A

Color information

#8D2D8A (or 0x8D2D8A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 2D and 8A. RGB value is (141,45,138). Sum of RGB (Red+Green+Blue) = 141+45+138=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2D8A is #72D275. Grayscale: #545454. Windows color (decimal): -7524982 or 9055629. OLE color: 9055629.

HSL color Cylindrical-coordinate representation of color #8D2D8A: hue angle of 301.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D8A is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14145138-
CMYK00.680.020.45
HSL301.88º51.61%36.47%-
HSV(B)301.88º68.09%55.29%-
XYZ16.519.3724.98-
YUV84.31158.3168.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 45 (17.97% from 255) = 13.89%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=43.52%
G=13.89%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414513800.680.020.45301.8851.6136.47
Hex8D2D8A04422D12e3424
Octal2155521201042554566444
Binary10001101101101100010100100010010101101100101110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,45,138); }

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

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

 a { background-color: rgb(141,45,138); }

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

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

 span { border-color: rgb(141,45,138); }

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