#8D2E8A

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

Shades of Vivid Violet #8D2E8A

Tints of Vivid Violet #8D2E8A

Color information

#8D2E8A (or 0x8D2E8A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 2E and 8A. RGB value is (141,46,138). Sum of RGB (Red+Green+Blue) = 141+46+138=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2E8A is #72D175. Grayscale: #545454. Windows color (decimal): -7524726 or 9055885. OLE color: 9055885.

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

Color convert

RGB14146138-
CMYK00.670.020.45
HSL301.89º50.8%36.67%-
HSV(B)301.89º67.38%55.29%-
XYZ16.559.4525-
YUV84.89157.97168.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=43.38%
G=14.15%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414613800.670.020.45301.8950.836.67
Hex8D2E8A04322D12e3325
Octal2155621201032554566345
Binary10001101101110100010100100001110101101100101110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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