Shades of Vivid Violet #8D259C
Tints of Vivid Violet #8D259C
RGB
CMYK
RGB Variations
Color information
#8D259C (or 0x8D259C) is known color: Vivid Violet. HEX triplet: 8D, 25 and 9C. RGB value is (141,37,156). Sum of RGB (Red+Green+Blue) = 141+37+156=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D259C is #72DA63. Grayscale: #515151. Windows color (decimal): -7527012 or 10233229. OLE color: 10233229.
HSL color Cylindrical-coordinate representation of color #8D259C: hue angle of 292.44º degrees, saturation: 0.62, 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 #8D259C is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 37 | 156 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.39 |
| HSL | 292.44º | 0.62% | 0.38% | - |
| HSV(B) | 292.44º | 0.76% | 0.61% | - |
| XYZ | 17.65 | 9.39 | 32.33 | - |
| YUV | 81.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 156 | 0.10 | 0.76 | 0 | 0.39 | 292.44 | 0.62 | 0.38 |
| Hex | 8D | 25 | 9C | A | 4C | 0 | 27 | 124 | 3E | 26 |
| Octal | 215 | 45 | 234 | 12 | 114 | 0 | 47 | 444 | 76 | 46 |
| Binary | 10001101 | 100101 | 10011100 | 1010 | 1001100 | 0 | 100111 | 100100100 | 111110 | 100110 |
Color Harmonies of #8D259C
Complementary color
Monochromatic Colors of #8D259C
Black with #8D259C
Text Example
Text Example
White with #8D259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D259C; }
p { color: rgb(141,37,156); }
H1.HeaderClassName
{
color: #8D259C;
}
.AnyTagClassName
{
color: #8D259C;
}
</style>
background-color css
<style>
a { background-color: #8D259C; }
a { background-color: rgb(141,37,156); }
div.DivClassName
{
background-color: #8D259C;
}
.BgClassName
{
background-color: #8D259C;
}
</style>
border-color css
<style>
span { border-color: #8D259C; }
span { border-color: rgb(141,37,156); }
td.TdClassName
{
border-color: #8D259C;
}
.TagClassName
{
border-color: #8D259C;
}
</style>