#8D429B

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

Shades of Vivid Violet #8D429B

Tints of Vivid Violet #8D429B

Color information

#8D429B (or 0x8D429B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 42 and 9B. RGB value is (141,66,155). Sum of RGB (Red+Green+Blue) = 141+66+155=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D429B is #72BD64. Grayscale: #626262. Windows color (decimal): -7519589 or 10175117. OLE color: 10175117.

HSL color Cylindrical-coordinate representation of color #8D429B: hue angle of 290.56º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D429B is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14166155-
CMYK0.090.5700.39
HSL290.56º40.27%43.33%-
HSV(B)290.56º57.42%60.78%-
XYZ18.8511.9332.32-
YUV98.57159.85158.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=38.95%
G=18.23%
B=42.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141661550.090.5700.39290.5640.2743.33
Hex8D429B939027123282b
Octal21510223311710474435053
Binary1000110110000101001101110011110010100111100100011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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