Shades of Vivid Violet #8B259B
Tints of Vivid Violet #8B259B
RGB
CMYK
RGB Variations
Color information
#8B259B (or 0x8B259B) is known color: Vivid Violet. HEX triplet: 8B, 25 and 9B. RGB value is (139,37,155). Sum of RGB (Red+Green+Blue) = 139+37+155=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B259B is #74DA64. Grayscale: #505050. Windows color (decimal): -7658085 or 10167691. OLE color: 10167691.
HSL color Cylindrical-coordinate representation of color #8B259B: hue angle of 291.86º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B259B is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 37 | 155 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.39 |
| HSL | 291.86º | 0.61% | 0.38% | - |
| HSV(B) | 291.86º | 0.76% | 0.61% | - |
| XYZ | 17.23 | 9.18 | 31.87 | - |
| YUV | 80.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 155 | 0.10 | 0.76 | 0 | 0.39 | 291.86 | 0.61 | 0.38 |
| Hex | 8B | 25 | 9B | A | 4C | 0 | 27 | 124 | 3D | 26 |
| Octal | 213 | 45 | 233 | 12 | 114 | 0 | 47 | 444 | 75 | 46 |
| Binary | 10001011 | 100101 | 10011011 | 1010 | 1001100 | 0 | 100111 | 100100100 | 111101 | 100110 |
Color Harmonies of #8B259B
Complementary color
Monochromatic Colors of #8B259B
Black with #8B259B
Text Example
Text Example
White with #8B259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B259B; }
p { color: rgb(139,37,155); }
H1.HeaderClassName
{
color: #8B259B;
}
.AnyTagClassName
{
color: #8B259B;
}
</style>
background-color css
<style>
a { background-color: #8B259B; }
a { background-color: rgb(139,37,155); }
div.DivClassName
{
background-color: #8B259B;
}
.BgClassName
{
background-color: #8B259B;
}
</style>
border-color css
<style>
span { border-color: #8B259B; }
span { border-color: rgb(139,37,155); }
td.TdClassName
{
border-color: #8B259B;
}
.TagClassName
{
border-color: #8B259B;
}
</style>