Shades of Vivid Violet #8D259B
Tints of Vivid Violet #8D259B
RGB
CMYK
RGB Variations
Color information
#8D259B (or 0x8D259B) is known color: Vivid Violet. HEX triplet: 8D, 25 and 9B. RGB value is (141,37,155). Sum of RGB (Red+Green+Blue) = 141+37+155=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D259B is #72DA64. Grayscale: #515151. Windows color (decimal): -7527013 or 10167693. OLE color: 10167693.
HSL color Cylindrical-coordinate representation of color #8D259B: hue angle of 292.88º 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 #8D259B is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 37 | 155 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.39 |
| HSL | 292.88º | 0.61% | 0.38% | - |
| HSV(B) | 292.88º | 0.76% | 0.61% | - |
| XYZ | 17.56 | 9.35 | 31.89 | - |
| YUV | 81.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 155 | 0.09 | 0.76 | 0 | 0.39 | 292.88 | 0.61 | 0.38 |
| Hex | 8D | 25 | 9B | 9 | 4C | 0 | 27 | 125 | 3D | 26 |
| Octal | 215 | 45 | 233 | 11 | 114 | 0 | 47 | 445 | 75 | 46 |
| Binary | 10001101 | 100101 | 10011011 | 1001 | 1001100 | 0 | 100111 | 100100101 | 111101 | 100110 |
Color Harmonies of #8D259B
Complementary color
Monochromatic Colors of #8D259B
Black with #8D259B
Text Example
Text Example
White with #8D259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D259B; }
p { color: rgb(141,37,155); }
H1.HeaderClassName
{
color: #8D259B;
}
.AnyTagClassName
{
color: #8D259B;
}
</style>
background-color css
<style>
a { background-color: #8D259B; }
a { background-color: rgb(141,37,155); }
div.DivClassName
{
background-color: #8D259B;
}
.BgClassName
{
background-color: #8D259B;
}
</style>
border-color css
<style>
span { border-color: #8D259B; }
span { border-color: rgb(141,37,155); }
td.TdClassName
{
border-color: #8D259B;
}
.TagClassName
{
border-color: #8D259B;
}
</style>