Shades of Vivid Violet #8B1C9B
Tints of Vivid Violet #8B1C9B
RGB
CMYK
RGB Variations
Color information
#8B1C9B (or 0x8B1C9B) is known color: Vivid Violet. HEX triplet: 8B, 1C and 9B. RGB value is (139,28,155). Sum of RGB (Red+Green+Blue) = 139+28+155=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B1C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1C9B is #74E364. Grayscale: #4B4B4B. Windows color (decimal): -7660389 or 10165387. OLE color: 10165387.
HSL color Cylindrical-coordinate representation of color #8B1C9B: hue angle of 292.44º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1C9B is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 28 | 155 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.39 |
| HSL | 292.44º | 0.69% | 0.36% | - |
| HSV(B) | 292.44º | 0.82% | 0.61% | - |
| XYZ | 16.98 | 8.69 | 31.79 | - |
| YUV | 75.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 155 | 0.10 | 0.82 | 0 | 0.39 | 292.44 | 0.69 | 0.36 |
| Hex | 8B | 1C | 9B | A | 52 | 0 | 27 | 124 | 45 | 24 |
| Octal | 213 | 34 | 233 | 12 | 122 | 0 | 47 | 444 | 105 | 44 |
| Binary | 10001011 | 11100 | 10011011 | 1010 | 1010010 | 0 | 100111 | 100100100 | 1000101 | 100100 |
Color Harmonies of #8B1C9B
Complementary color
Monochromatic Colors of #8B1C9B
Black with #8B1C9B
Text Example
Text Example
White with #8B1C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C9B; }
p { color: rgb(139,28,155); }
H1.HeaderClassName
{
color: #8B1C9B;
}
.AnyTagClassName
{
color: #8B1C9B;
}
</style>
background-color css
<style>
a { background-color: #8B1C9B; }
a { background-color: rgb(139,28,155); }
div.DivClassName
{
background-color: #8B1C9B;
}
.BgClassName
{
background-color: #8B1C9B;
}
</style>
border-color css
<style>
span { border-color: #8B1C9B; }
span { border-color: rgb(139,28,155); }
td.TdClassName
{
border-color: #8B1C9B;
}
.TagClassName
{
border-color: #8B1C9B;
}
</style>