Shades of Vivid Violet #8B3387
Tints of Vivid Violet #8B3387
RGB
CMYK
RGB Variations
Color information
#8B3387 (or 0x8B3387) is known color: Vivid Violet. HEX triplet: 8B, 33 and 87. RGB value is (139,51,135). Sum of RGB (Red+Green+Blue) = 139+51+135=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3387 is #74CC78. Grayscale: #565656. Windows color (decimal): -7654521 or 8860555. OLE color: 8860555.
HSL color Cylindrical-coordinate representation of color #8B3387: hue angle of 302.73º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3387 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 135 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.45 |
| HSL | 302.73º | 0.46% | 0.37% | - |
| HSV(B) | 302.73º | 0.63% | 0.55% | - |
| XYZ | 16.2 | 9.61 | 23.92 | - |
| YUV | 86.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 135 | 0 | 0.63 | 0.03 | 0.45 | 302.73 | 0.46 | 0.37 |
| Hex | 8B | 33 | 87 | 0 | 3F | 3 | 2D | 12F | 2E | 25 |
| Octal | 213 | 63 | 207 | 0 | 77 | 3 | 55 | 457 | 56 | 45 |
| Binary | 10001011 | 110011 | 10000111 | 0 | 111111 | 11 | 101101 | 100101111 | 101110 | 100101 |
Color Harmonies of #8B3387
Complementary color
Monochromatic Colors of #8B3387
Black with #8B3387
Text Example
Text Example
White with #8B3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3387; }
p { color: rgb(139,51,135); }
H1.HeaderClassName
{
color: #8B3387;
}
.AnyTagClassName
{
color: #8B3387;
}
</style>
background-color css
<style>
a { background-color: #8B3387; }
a { background-color: rgb(139,51,135); }
div.DivClassName
{
background-color: #8B3387;
}
.BgClassName
{
background-color: #8B3387;
}
</style>
border-color css
<style>
span { border-color: #8B3387; }
span { border-color: rgb(139,51,135); }
td.TdClassName
{
border-color: #8B3387;
}
.TagClassName
{
border-color: #8B3387;
}
</style>