Shades of Vivid Violet #8B239F
Tints of Vivid Violet #8B239F
RGB
CMYK
RGB Variations
Color information
#8B239F (or 0x8B239F) is known color: Vivid Violet. HEX triplet: 8B, 23 and 9F. RGB value is (139,35,159). Sum of RGB (Red+Green+Blue) = 139+35+159=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B239F is #74DC60. Grayscale: #4F4F4F. Windows color (decimal): -7658593 or 10429323. OLE color: 10429323.
HSL color Cylindrical-coordinate representation of color #8B239F: hue angle of 290.32º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B239F is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 35 | 159 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.38 |
| HSL | 290.32º | 0.64% | 0.38% | - |
| HSV(B) | 290.32º | 0.78% | 0.62% | - |
| XYZ | 17.51 | 9.19 | 33.65 | - |
| YUV | 80.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 159 | 0.13 | 0.78 | 0 | 0.38 | 290.32 | 0.64 | 0.38 |
| Hex | 8B | 23 | 9F | D | 4E | 0 | 26 | 122 | 40 | 26 |
| Octal | 213 | 43 | 237 | 15 | 116 | 0 | 46 | 442 | 100 | 46 |
| Binary | 10001011 | 100011 | 10011111 | 1101 | 1001110 | 0 | 100110 | 100100010 | 1000000 | 100110 |
Color Harmonies of #8B239F
Complementary color
Monochromatic Colors of #8B239F
Black with #8B239F
Text Example
Text Example
White with #8B239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B239F; }
p { color: rgb(139,35,159); }
H1.HeaderClassName
{
color: #8B239F;
}
.AnyTagClassName
{
color: #8B239F;
}
</style>
background-color css
<style>
a { background-color: #8B239F; }
a { background-color: rgb(139,35,159); }
div.DivClassName
{
background-color: #8B239F;
}
.BgClassName
{
background-color: #8B239F;
}
</style>
border-color css
<style>
span { border-color: #8B239F; }
span { border-color: rgb(139,35,159); }
td.TdClassName
{
border-color: #8B239F;
}
.TagClassName
{
border-color: #8B239F;
}
</style>