Shades of Vivid Violet #8B408F
Tints of Vivid Violet #8B408F
RGB
CMYK
RGB Variations
Color information
#8B408F (or 0x8B408F) is known color: Vivid Violet. HEX triplet: 8B, 40 and 8F. RGB value is (139,64,143). Sum of RGB (Red+Green+Blue) = 139+64+143=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B408F is #74BF70. Grayscale: #5F5F5F. Windows color (decimal): -7651185 or 9388171. OLE color: 9388171.
HSL color Cylindrical-coordinate representation of color #8B408F: hue angle of 296.96º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B408F is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 64 | 143 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.44 |
| HSL | 296.96º | 0.38% | 0.41% | - |
| HSV(B) | 296.96º | 0.55% | 0.56% | - |
| XYZ | 17.44 | 11.14 | 27.22 | - |
| YUV | 95.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 143 | 0.03 | 0.55 | 0 | 0.44 | 296.96 | 0.38 | 0.41 |
| Hex | 8B | 40 | 8F | 3 | 37 | 0 | 2C | 129 | 26 | 29 |
| Octal | 213 | 100 | 217 | 3 | 67 | 0 | 54 | 451 | 46 | 51 |
| Binary | 10001011 | 1000000 | 10001111 | 11 | 110111 | 0 | 101100 | 100101001 | 100110 | 101001 |
Color Harmonies of #8B408F
Complementary color
Monochromatic Colors of #8B408F
Black with #8B408F
Text Example
Text Example
White with #8B408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B408F; }
p { color: rgb(139,64,143); }
H1.HeaderClassName
{
color: #8B408F;
}
.AnyTagClassName
{
color: #8B408F;
}
</style>
background-color css
<style>
a { background-color: #8B408F; }
a { background-color: rgb(139,64,143); }
div.DivClassName
{
background-color: #8B408F;
}
.BgClassName
{
background-color: #8B408F;
}
</style>
border-color css
<style>
span { border-color: #8B408F; }
span { border-color: rgb(139,64,143); }
td.TdClassName
{
border-color: #8B408F;
}
.TagClassName
{
border-color: #8B408F;
}
</style>