Shades of Vivid Violet #8B3F8E
Tints of Vivid Violet #8B3F8E
RGB
CMYK
RGB Variations
Color information
#8B3F8E (or 0x8B3F8E) is known color: Vivid Violet. HEX triplet: 8B, 3F and 8E. RGB value is (139,63,142). Sum of RGB (Red+Green+Blue) = 139+63+142=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B3F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3F8E is #74C071. Grayscale: #5E5E5E. Windows color (decimal): -7651442 or 9322379. OLE color: 9322379.
HSL color Cylindrical-coordinate representation of color #8B3F8E: hue angle of 297.72º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3F8E is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 63 | 142 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.44 |
| HSL | 297.72º | 0.39% | 0.4% | - |
| HSV(B) | 297.72º | 0.56% | 0.56% | - |
| XYZ | 17.31 | 11 | 26.8 | - |
| YUV | 94.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 142 | 0.02 | 0.56 | 0 | 0.44 | 297.72 | 0.39 | 0.4 |
| Hex | 8B | 3F | 8E | 2 | 38 | 0 | 2C | 12A | 27 | 28 |
| Octal | 213 | 77 | 216 | 2 | 70 | 0 | 54 | 452 | 47 | 50 |
| Binary | 10001011 | 111111 | 10001110 | 10 | 111000 | 0 | 101100 | 100101010 | 100111 | 101000 |
Color Harmonies of #8B3F8E
Complementary color
Monochromatic Colors of #8B3F8E
Black with #8B3F8E
Text Example
Text Example
White with #8B3F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F8E; }
p { color: rgb(139,63,142); }
H1.HeaderClassName
{
color: #8B3F8E;
}
.AnyTagClassName
{
color: #8B3F8E;
}
</style>
background-color css
<style>
a { background-color: #8B3F8E; }
a { background-color: rgb(139,63,142); }
div.DivClassName
{
background-color: #8B3F8E;
}
.BgClassName
{
background-color: #8B3F8E;
}
</style>
border-color css
<style>
span { border-color: #8B3F8E; }
span { border-color: rgb(139,63,142); }
td.TdClassName
{
border-color: #8B3F8E;
}
.TagClassName
{
border-color: #8B3F8E;
}
</style>