Shades of Vivid Violet #8B249B
Tints of Vivid Violet #8B249B
RGB
CMYK
RGB Variations
Color information
#8B249B (or 0x8B249B) is known color: Vivid Violet. HEX triplet: 8B, 24 and 9B. RGB value is (139,36,155). Sum of RGB (Red+Green+Blue) = 139+36+155=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B249B is #74DB64. Grayscale: #4F4F4F. Windows color (decimal): -7658341 or 10167435. OLE color: 10167435.
HSL color Cylindrical-coordinate representation of color #8B249B: hue angle of 291.93º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B249B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 36 | 155 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.39 |
| HSL | 291.93º | 0.62% | 0.37% | - |
| HSV(B) | 291.93º | 0.77% | 0.61% | - |
| XYZ | 17.19 | 9.12 | 31.86 | - |
| YUV | 80.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 155 | 0.10 | 0.77 | 0 | 0.39 | 291.93 | 0.62 | 0.37 |
| Hex | 8B | 24 | 9B | A | 4D | 0 | 27 | 124 | 3E | 25 |
| Octal | 213 | 44 | 233 | 12 | 115 | 0 | 47 | 444 | 76 | 45 |
| Binary | 10001011 | 100100 | 10011011 | 1010 | 1001101 | 0 | 100111 | 100100100 | 111110 | 100101 |
Color Harmonies of #8B249B
Complementary color
Monochromatic Colors of #8B249B
Black with #8B249B
Text Example
Text Example
White with #8B249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B249B; }
p { color: rgb(139,36,155); }
H1.HeaderClassName
{
color: #8B249B;
}
.AnyTagClassName
{
color: #8B249B;
}
</style>
background-color css
<style>
a { background-color: #8B249B; }
a { background-color: rgb(139,36,155); }
div.DivClassName
{
background-color: #8B249B;
}
.BgClassName
{
background-color: #8B249B;
}
</style>
border-color css
<style>
span { border-color: #8B249B; }
span { border-color: rgb(139,36,155); }
td.TdClassName
{
border-color: #8B249B;
}
.TagClassName
{
border-color: #8B249B;
}
</style>