Shades of Vivid Violet #8B249F
Tints of Vivid Violet #8B249F
RGB
CMYK
RGB Variations
Color information
#8B249F (or 0x8B249F) is known color: Vivid Violet. HEX triplet: 8B, 24 and 9F. RGB value is (139,36,159). Sum of RGB (Red+Green+Blue) = 139+36+159=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B249F is #74DB60. Grayscale: #505050. Windows color (decimal): -7658337 or 10429579. OLE color: 10429579.
HSL color Cylindrical-coordinate representation of color #8B249F: hue angle of 290.24º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B249F is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 36 | 159 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.38 |
| HSL | 290.24º | 0.63% | 0.38% | - |
| HSV(B) | 290.24º | 0.77% | 0.62% | - |
| XYZ | 17.54 | 9.25 | 33.66 | - |
| YUV | 80.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 159 | 0.13 | 0.77 | 0 | 0.38 | 290.24 | 0.63 | 0.38 |
| Hex | 8B | 24 | 9F | D | 4D | 0 | 26 | 122 | 3F | 26 |
| Octal | 213 | 44 | 237 | 15 | 115 | 0 | 46 | 442 | 77 | 46 |
| Binary | 10001011 | 100100 | 10011111 | 1101 | 1001101 | 0 | 100110 | 100100010 | 111111 | 100110 |
Color Harmonies of #8B249F
Complementary color
Monochromatic Colors of #8B249F
Black with #8B249F
Text Example
Text Example
White with #8B249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B249F; }
p { color: rgb(139,36,159); }
H1.HeaderClassName
{
color: #8B249F;
}
.AnyTagClassName
{
color: #8B249F;
}
</style>
background-color css
<style>
a { background-color: #8B249F; }
a { background-color: rgb(139,36,159); }
div.DivClassName
{
background-color: #8B249F;
}
.BgClassName
{
background-color: #8B249F;
}
</style>
border-color css
<style>
span { border-color: #8B249F; }
span { border-color: rgb(139,36,159); }
td.TdClassName
{
border-color: #8B249F;
}
.TagClassName
{
border-color: #8B249F;
}
</style>