#8D429E

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

Shades of Vivid Violet #8D429E

Tints of Vivid Violet #8D429E

Color information

#8D429E (or 0x8D429E) is unknown color: approx Vivid Violet. HEX triplet: 8D, 42 and 9E. RGB value is (141,66,158). Sum of RGB (Red+Green+Blue) = 141+66+158=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D429E is #72BD61. Grayscale: #626262. Windows color (decimal): -7519586 or 10371725. OLE color: 10371725.

HSL color Cylindrical-coordinate representation of color #8D429E: hue angle of 288.91º 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 #8D429E is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14166158-
CMYK0.110.5800.38
HSL288.91º41.07%43.92%-
HSV(B)288.91º58.23%61.96%-
XYZ19.112.0333.66-
YUV98.91161.35158.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=38.63%
G=18.08%
B=43.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141661580.110.5800.38288.9141.0743.92
Hex8D429EB3A026121292c
Octal21510223613720464415154
Binary1000110110000101001111010111110100100110100100001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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