Shades of Vivid Violet #8B1B9B
Tints of Vivid Violet #8B1B9B
RGB
CMYK
RGB Variations
Color information
#8B1B9B (or 0x8B1B9B) is known color: Vivid Violet. HEX triplet: 8B, 1B and 9B. RGB value is (139,27,155). Sum of RGB (Red+Green+Blue) = 139+27+155=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B1B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B9B is #74E464. Grayscale: #4A4A4A. Windows color (decimal): -7660645 or 10165131. OLE color: 10165131.
HSL color Cylindrical-coordinate representation of color #8B1B9B: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1B9B is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 27 | 155 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.39 |
| HSL | 292.5º | 0.7% | 0.36% | - |
| HSV(B) | 292.5º | 0.83% | 0.61% | - |
| XYZ | 16.96 | 8.64 | 31.78 | - |
| YUV | 75.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 155 | 0.10 | 0.83 | 0 | 0.39 | 292.5 | 0.7 | 0.36 |
| Hex | 8B | 1B | 9B | A | 53 | 0 | 27 | 124 | 46 | 24 |
| Octal | 213 | 33 | 233 | 12 | 123 | 0 | 47 | 444 | 106 | 44 |
| Binary | 10001011 | 11011 | 10011011 | 1010 | 1010011 | 0 | 100111 | 100100100 | 1000110 | 100100 |
Color Harmonies of #8B1B9B
Complementary color
Monochromatic Colors of #8B1B9B
Black with #8B1B9B
Text Example
Text Example
White with #8B1B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B9B; }
p { color: rgb(139,27,155); }
H1.HeaderClassName
{
color: #8B1B9B;
}
.AnyTagClassName
{
color: #8B1B9B;
}
</style>
background-color css
<style>
a { background-color: #8B1B9B; }
a { background-color: rgb(139,27,155); }
div.DivClassName
{
background-color: #8B1B9B;
}
.BgClassName
{
background-color: #8B1B9B;
}
</style>
border-color css
<style>
span { border-color: #8B1B9B; }
span { border-color: rgb(139,27,155); }
td.TdClassName
{
border-color: #8B1B9B;
}
.TagClassName
{
border-color: #8B1B9B;
}
</style>