Shades of Vivid Violet #8B2B98
Tints of Vivid Violet #8B2B98
RGB
CMYK
RGB Variations
Color information
#8B2B98 (or 0x8B2B98) is known color: Vivid Violet. HEX triplet: 8B, 2B and 98. RGB value is (139,43,152). Sum of RGB (Red+Green+Blue) = 139+43+152=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B2B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2B98 is #74D467. Grayscale: #535353. Windows color (decimal): -7656552 or 9972619. OLE color: 9972619.
HSL color Cylindrical-coordinate representation of color #8B2B98: hue angle of 292.84º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2B98 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 43 | 152 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.40 |
| HSL | 292.84º | 0.56% | 0.38% | - |
| HSV(B) | 292.84º | 0.72% | 0.6% | - |
| XYZ | 17.18 | 9.48 | 30.63 | - |
| YUV | 84.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 152 | 0.09 | 0.72 | 0 | 0.40 | 292.84 | 0.56 | 0.38 |
| Hex | 8B | 2B | 98 | 9 | 48 | 0 | 28 | 125 | 38 | 26 |
| Octal | 213 | 53 | 230 | 11 | 110 | 0 | 50 | 445 | 70 | 46 |
| Binary | 10001011 | 101011 | 10011000 | 1001 | 1001000 | 0 | 101000 | 100100101 | 111000 | 100110 |
Color Harmonies of #8B2B98
Complementary color
Monochromatic Colors of #8B2B98
Black with #8B2B98
Text Example
Text Example
White with #8B2B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B98; }
p { color: rgb(139,43,152); }
H1.HeaderClassName
{
color: #8B2B98;
}
.AnyTagClassName
{
color: #8B2B98;
}
</style>
background-color css
<style>
a { background-color: #8B2B98; }
a { background-color: rgb(139,43,152); }
div.DivClassName
{
background-color: #8B2B98;
}
.BgClassName
{
background-color: #8B2B98;
}
</style>
border-color css
<style>
span { border-color: #8B2B98; }
span { border-color: rgb(139,43,152); }
td.TdClassName
{
border-color: #8B2B98;
}
.TagClassName
{
border-color: #8B2B98;
}
</style>