Shades of Vivid Violet #8B239B
Tints of Vivid Violet #8B239B
RGB
CMYK
RGB Variations
Color information
#8B239B (or 0x8B239B) is known color: Vivid Violet. HEX triplet: 8B, 23 and 9B. RGB value is (139,35,155). Sum of RGB (Red+Green+Blue) = 139+35+155=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B239B is #74DC64. Grayscale: #4F4F4F. Windows color (decimal): -7658597 or 10167179. OLE color: 10167179.
HSL color Cylindrical-coordinate representation of color #8B239B: hue angle of 292º degrees, saturation: 0.63, 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 #8B239B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 35 | 155 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.39 |
| HSL | 292º | 0.63% | 0.37% | - |
| HSV(B) | 292º | 0.77% | 0.61% | - |
| XYZ | 17.16 | 9.06 | 31.85 | - |
| YUV | 79.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 155 | 0.10 | 0.77 | 0 | 0.39 | 292 | 0.63 | 0.37 |
| Hex | 8B | 23 | 9B | A | 4D | 0 | 27 | 124 | 3F | 25 |
| Octal | 213 | 43 | 233 | 12 | 115 | 0 | 47 | 444 | 77 | 45 |
| Binary | 10001011 | 100011 | 10011011 | 1010 | 1001101 | 0 | 100111 | 100100100 | 111111 | 100101 |
Color Harmonies of #8B239B
Complementary color
Monochromatic Colors of #8B239B
Black with #8B239B
Text Example
Text Example
White with #8B239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B239B; }
p { color: rgb(139,35,155); }
H1.HeaderClassName
{
color: #8B239B;
}
.AnyTagClassName
{
color: #8B239B;
}
</style>
background-color css
<style>
a { background-color: #8B239B; }
a { background-color: rgb(139,35,155); }
div.DivClassName
{
background-color: #8B239B;
}
.BgClassName
{
background-color: #8B239B;
}
</style>
border-color css
<style>
span { border-color: #8B239B; }
span { border-color: rgb(139,35,155); }
td.TdClassName
{
border-color: #8B239B;
}
.TagClassName
{
border-color: #8B239B;
}
</style>