Shades of Vivid Violet #8D309B
Tints of Vivid Violet #8D309B
RGB
CMYK
RGB Variations
Color information
#8D309B (or 0x8D309B) is known color: Vivid Violet. HEX triplet: 8D, 30 and 9B. RGB value is (141,48,155). Sum of RGB (Red+Green+Blue) = 141+48+155=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D309B is #72CF64. Grayscale: #575757. Windows color (decimal): -7524197 or 10170509. OLE color: 10170509.
HSL color Cylindrical-coordinate representation of color #8D309B: hue angle of 292.15º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D309B is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 48 | 155 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.39 |
| HSL | 292.15º | 0.53% | 0.4% | - |
| HSV(B) | 292.15º | 0.69% | 0.61% | - |
| XYZ | 17.96 | 10.14 | 32.02 | - |
| YUV | 88.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 155 | 0.09 | 0.69 | 0 | 0.39 | 292.15 | 0.53 | 0.4 |
| Hex | 8D | 30 | 9B | 9 | 45 | 0 | 27 | 124 | 35 | 28 |
| Octal | 215 | 60 | 233 | 11 | 105 | 0 | 47 | 444 | 65 | 50 |
| Binary | 10001101 | 110000 | 10011011 | 1001 | 1000101 | 0 | 100111 | 100100100 | 110101 | 101000 |
Color Harmonies of #8D309B
Complementary color
Monochromatic Colors of #8D309B
Black with #8D309B
Text Example
Text Example
White with #8D309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D309B; }
p { color: rgb(141,48,155); }
H1.HeaderClassName
{
color: #8D309B;
}
.AnyTagClassName
{
color: #8D309B;
}
</style>
background-color css
<style>
a { background-color: #8D309B; }
a { background-color: rgb(141,48,155); }
div.DivClassName
{
background-color: #8D309B;
}
.BgClassName
{
background-color: #8D309B;
}
</style>
border-color css
<style>
span { border-color: #8D309B; }
span { border-color: rgb(141,48,155); }
td.TdClassName
{
border-color: #8D309B;
}
.TagClassName
{
border-color: #8D309B;
}
</style>