Shades of Vivid Violet #8B2099
Tints of Vivid Violet #8B2099
RGB
CMYK
RGB Variations
Color information
#8B2099 (or 0x8B2099) is known color: Vivid Violet. HEX triplet: 8B, 20 and 99. RGB value is (139,32,153). Sum of RGB (Red+Green+Blue) = 139+32+153=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B2099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2099 is #74DF66. Grayscale: #4D4D4D. Windows color (decimal): -7659367 or 10035339. OLE color: 10035339.
HSL color Cylindrical-coordinate representation of color #8B2099: hue angle of 293.06º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B2099 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 32 | 153 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.4 |
| HSL | 293.06º | 0.65% | 0.36% | - |
| HSV(B) | 293.06º | 0.79% | 0.6% | - |
| XYZ | 16.91 | 8.82 | 30.95 | - |
| YUV | 77.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 153 | 0.09 | 0.79 | 0 | 0.4 | 293.06 | 0.65 | 0.36 |
| Hex | 8B | 20 | 99 | 9 | 4F | 0 | 28 | 125 | 41 | 24 |
| Octal | 213 | 40 | 231 | 11 | 117 | 0 | 50 | 445 | 101 | 44 |
| Binary | 10001011 | 100000 | 10011001 | 1001 | 1001111 | 0 | 101000 | 100100101 | 1000001 | 100100 |
Color Harmonies of #8B2099
Complementary color
Monochromatic Colors of #8B2099
Black with #8B2099
Text Example
Text Example
White with #8B2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2099; }
p { color: rgb(139,32,153); }
H1.HeaderClassName
{
color: #8B2099;
}
.AnyTagClassName
{
color: #8B2099;
}
</style>
background-color css
<style>
a { background-color: #8B2099; }
a { background-color: rgb(139,32,153); }
div.DivClassName
{
background-color: #8B2099;
}
.BgClassName
{
background-color: #8B2099;
}
</style>
border-color css
<style>
span { border-color: #8B2099; }
span { border-color: rgb(139,32,153); }
td.TdClassName
{
border-color: #8B2099;
}
.TagClassName
{
border-color: #8B2099;
}
</style>