#8D428B

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

Shades of Vivid Violet #8D428B

Tints of Vivid Violet #8D428B

Color information

#8D428B (or 0x8D428B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 42 and 8B. RGB value is (141,66,139). Sum of RGB (Red+Green+Blue) = 141+66+139=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D428B is #72BD74. Grayscale: #606060. Windows color (decimal): -7519605 or 9126541. OLE color: 9126541.

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

Color convert

RGB14166139-
CMYK00.530.010.45
HSL301.6º36.23%40.59%-
HSV(B)301.6º53.19%55.29%-
XYZ17.5911.4225.7-
YUV96.75151.85159.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=40.75%
G=19.08%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416613900.530.010.45301.636.2340.59
Hex8D428B03512D12e2429
Octal2151022130651554564451
Binary1000110110000101000101101101011101101100101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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