#8D429D

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

Shades of Vivid Violet #8D429D

Tints of Vivid Violet #8D429D

Color information

#8D429D (or 0x8D429D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 42 and 9D. RGB value is (141,66,157). Sum of RGB (Red+Green+Blue) = 141+66+157=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D429D is #72BD62. Grayscale: #626262. Windows color (decimal): -7519587 or 10306189. OLE color: 10306189.

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

Color convert

RGB14166157-
CMYK0.100.5800.38
HSL289.45º40.81%43.73%-
HSV(B)289.45º57.96%61.57%-
XYZ19.0211.9933.21-
YUV98.8160.85158.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=38.74%
G=18.13%
B=43.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141661570.100.5800.38289.4540.8143.73
Hex8D429DA3A026121292c
Octal21510223512720464415154
Binary1000110110000101001110110101110100100110100100001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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