Shades of Vivid Violet #8B259A
Tints of Vivid Violet #8B259A
RGB
CMYK
RGB Variations
Color information
#8B259A (or 0x8B259A) is known color: Vivid Violet. HEX triplet: 8B, 25 and 9A. RGB value is (139,37,154). Sum of RGB (Red+Green+Blue) = 139+37+154=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B259A is #74DA65. Grayscale: #505050. Windows color (decimal): -7658086 or 10102155. OLE color: 10102155.
HSL color Cylindrical-coordinate representation of color #8B259A: hue angle of 292.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B259A is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 37 | 154 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.40 |
| HSL | 292.31º | 0.61% | 0.37% | - |
| HSV(B) | 292.31º | 0.76% | 0.6% | - |
| XYZ | 17.14 | 9.15 | 31.43 | - |
| YUV | 80.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 154 | 0.10 | 0.76 | 0 | 0.40 | 292.31 | 0.61 | 0.37 |
| Hex | 8B | 25 | 9A | A | 4C | 0 | 28 | 124 | 3D | 25 |
| Octal | 213 | 45 | 232 | 12 | 114 | 0 | 50 | 444 | 75 | 45 |
| Binary | 10001011 | 100101 | 10011010 | 1010 | 1001100 | 0 | 101000 | 100100100 | 111101 | 100101 |
Color Harmonies of #8B259A
Complementary color
Monochromatic Colors of #8B259A
Black with #8B259A
Text Example
Text Example
White with #8B259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B259A; }
p { color: rgb(139,37,154); }
H1.HeaderClassName
{
color: #8B259A;
}
.AnyTagClassName
{
color: #8B259A;
}
</style>
background-color css
<style>
a { background-color: #8B259A; }
a { background-color: rgb(139,37,154); }
div.DivClassName
{
background-color: #8B259A;
}
.BgClassName
{
background-color: #8B259A;
}
</style>
border-color css
<style>
span { border-color: #8B259A; }
span { border-color: rgb(139,37,154); }
td.TdClassName
{
border-color: #8B259A;
}
.TagClassName
{
border-color: #8B259A;
}
</style>