Shades of Vivid Violet #8B1E9E
Tints of Vivid Violet #8B1E9E
RGB
CMYK
RGB Variations
Color information
#8B1E9E (or 0x8B1E9E) is known color: Vivid Violet. HEX triplet: 8B, 1E and 9E. RGB value is (139,30,158). Sum of RGB (Red+Green+Blue) = 139+30+158=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B1E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1E9E is #74E161. Grayscale: #4C4C4C. Windows color (decimal): -7659874 or 10362507. OLE color: 10362507.
HSL color Cylindrical-coordinate representation of color #8B1E9E: hue angle of 291.09º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1E9E is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 30 | 158 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.38 |
| HSL | 291.09º | 0.68% | 0.37% | - |
| HSV(B) | 291.09º | 0.81% | 0.62% | - |
| XYZ | 17.28 | 8.89 | 33.15 | - |
| YUV | 77.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 158 | 0.12 | 0.81 | 0 | 0.38 | 291.09 | 0.68 | 0.37 |
| Hex | 8B | 1E | 9E | C | 51 | 0 | 26 | 123 | 44 | 25 |
| Octal | 213 | 36 | 236 | 14 | 121 | 0 | 46 | 443 | 104 | 45 |
| Binary | 10001011 | 11110 | 10011110 | 1100 | 1010001 | 0 | 100110 | 100100011 | 1000100 | 100101 |
Color Harmonies of #8B1E9E
Complementary color
Monochromatic Colors of #8B1E9E
Black with #8B1E9E
Text Example
Text Example
White with #8B1E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E9E; }
p { color: rgb(139,30,158); }
H1.HeaderClassName
{
color: #8B1E9E;
}
.AnyTagClassName
{
color: #8B1E9E;
}
</style>
background-color css
<style>
a { background-color: #8B1E9E; }
a { background-color: rgb(139,30,158); }
div.DivClassName
{
background-color: #8B1E9E;
}
.BgClassName
{
background-color: #8B1E9E;
}
</style>
border-color css
<style>
span { border-color: #8B1E9E; }
span { border-color: rgb(139,30,158); }
td.TdClassName
{
border-color: #8B1E9E;
}
.TagClassName
{
border-color: #8B1E9E;
}
</style>