Shades of Vivid Violet #8B239D
Tints of Vivid Violet #8B239D
RGB
CMYK
RGB Variations
Color information
#8B239D (or 0x8B239D) is known color: Vivid Violet. HEX triplet: 8B, 23 and 9D. RGB value is (139,35,157). Sum of RGB (Red+Green+Blue) = 139+35+157=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B239D is #74DC62. Grayscale: #4F4F4F. Windows color (decimal): -7658595 or 10298251. OLE color: 10298251.
HSL color Cylindrical-coordinate representation of color #8B239D: hue angle of 291.15º 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 #8B239D is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 35 | 157 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.38 |
| HSL | 291.15º | 0.64% | 0.38% | - |
| HSV(B) | 291.15º | 0.78% | 0.62% | - |
| XYZ | 17.33 | 9.13 | 32.75 | - |
| YUV | 80 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 157 | 0.11 | 0.78 | 0 | 0.38 | 291.15 | 0.64 | 0.38 |
| Hex | 8B | 23 | 9D | B | 4E | 0 | 26 | 123 | 40 | 26 |
| Octal | 213 | 43 | 235 | 13 | 116 | 0 | 46 | 443 | 100 | 46 |
| Binary | 10001011 | 100011 | 10011101 | 1011 | 1001110 | 0 | 100110 | 100100011 | 1000000 | 100110 |
Color Harmonies of #8B239D
Complementary color
Monochromatic Colors of #8B239D
Black with #8B239D
Text Example
Text Example
White with #8B239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B239D; }
p { color: rgb(139,35,157); }
H1.HeaderClassName
{
color: #8B239D;
}
.AnyTagClassName
{
color: #8B239D;
}
</style>
background-color css
<style>
a { background-color: #8B239D; }
a { background-color: rgb(139,35,157); }
div.DivClassName
{
background-color: #8B239D;
}
.BgClassName
{
background-color: #8B239D;
}
</style>
border-color css
<style>
span { border-color: #8B239D; }
span { border-color: rgb(139,35,157); }
td.TdClassName
{
border-color: #8B239D;
}
.TagClassName
{
border-color: #8B239D;
}
</style>