Shades of Vivid Violet #8D439B
Tints of Vivid Violet #8D439B
RGB
CMYK
RGB Variations
Color information
#8D439B (or 0x8D439B) is known color: Vivid Violet. HEX triplet: 8D, 43 and 9B. RGB value is (141,67,155). Sum of RGB (Red+Green+Blue) = 141+67+155=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D439B is #72BC64. Grayscale: #626262. Windows color (decimal): -7519333 or 10175373. OLE color: 10175373.
HSL color Cylindrical-coordinate representation of color #8D439B: hue angle of 290.45º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D439B is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 67 | 155 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.39 |
| HSL | 290.45º | 0.4% | 0.44% | - |
| HSV(B) | 290.45º | 0.57% | 0.61% | - |
| XYZ | 18.91 | 12.04 | 32.34 | - |
| YUV | 99.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 155 | 0.09 | 0.57 | 0 | 0.39 | 290.45 | 0.4 | 0.44 |
| Hex | 8D | 43 | 9B | 9 | 39 | 0 | 27 | 122 | 28 | 2C |
| Octal | 215 | 103 | 233 | 11 | 71 | 0 | 47 | 442 | 50 | 54 |
| Binary | 10001101 | 1000011 | 10011011 | 1001 | 111001 | 0 | 100111 | 100100010 | 101000 | 101100 |
Color Harmonies of #8D439B
Complementary color
Monochromatic Colors of #8D439B
Black with #8D439B
Text Example
Text Example
White with #8D439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D439B; }
p { color: rgb(141,67,155); }
H1.HeaderClassName
{
color: #8D439B;
}
.AnyTagClassName
{
color: #8D439B;
}
</style>
background-color css
<style>
a { background-color: #8D439B; }
a { background-color: rgb(141,67,155); }
div.DivClassName
{
background-color: #8D439B;
}
.BgClassName
{
background-color: #8D439B;
}
</style>
border-color css
<style>
span { border-color: #8D439B; }
span { border-color: rgb(141,67,155); }
td.TdClassName
{
border-color: #8D439B;
}
.TagClassName
{
border-color: #8D439B;
}
</style>