Shades of Vivid Violet #8B1A9E
Tints of Vivid Violet #8B1A9E
RGB
CMYK
RGB Variations
Color information
#8B1A9E (or 0x8B1A9E) is known color: Vivid Violet. HEX triplet: 8B, 1A and 9E. RGB value is (139,26,158). Sum of RGB (Red+Green+Blue) = 139+26+158=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B1A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1A9E is #74E561. Grayscale: #4A4A4A. Windows color (decimal): -7660898 or 10361483. OLE color: 10361483.
HSL color Cylindrical-coordinate representation of color #8B1A9E: hue angle of 291.36º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1A9E is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 26 | 158 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.38 |
| HSL | 291.36º | 0.72% | 0.36% | - |
| HSV(B) | 291.36º | 0.84% | 0.62% | - |
| XYZ | 17.19 | 8.7 | 33.12 | - |
| YUV | 74.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 158 | 0.12 | 0.84 | 0 | 0.38 | 291.36 | 0.72 | 0.36 |
| Hex | 8B | 1A | 9E | C | 54 | 0 | 26 | 123 | 48 | 24 |
| Octal | 213 | 32 | 236 | 14 | 124 | 0 | 46 | 443 | 110 | 44 |
| Binary | 10001011 | 11010 | 10011110 | 1100 | 1010100 | 0 | 100110 | 100100011 | 1001000 | 100100 |
Color Harmonies of #8B1A9E
Complementary color
Monochromatic Colors of #8B1A9E
Black with #8B1A9E
Text Example
Text Example
White with #8B1A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A9E; }
p { color: rgb(139,26,158); }
H1.HeaderClassName
{
color: #8B1A9E;
}
.AnyTagClassName
{
color: #8B1A9E;
}
</style>
background-color css
<style>
a { background-color: #8B1A9E; }
a { background-color: rgb(139,26,158); }
div.DivClassName
{
background-color: #8B1A9E;
}
.BgClassName
{
background-color: #8B1A9E;
}
</style>
border-color css
<style>
span { border-color: #8B1A9E; }
span { border-color: rgb(139,26,158); }
td.TdClassName
{
border-color: #8B1A9E;
}
.TagClassName
{
border-color: #8B1A9E;
}
</style>