Shades of Vivid Violet #9D309E
Tints of Vivid Violet #9D309E
RGB
CMYK
RGB Variations
Color information
#9D309E (or 0x9D309E) is known color: Vivid Violet. HEX triplet: 9D, 30 and 9E. RGB value is (157,48,158). Sum of RGB (Red+Green+Blue) = 157+48+158=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D309E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D309E is #62CF61. Grayscale: #5C5C5C. Windows color (decimal): -6475618 or 10367133. OLE color: 10367133.
HSL color Cylindrical-coordinate representation of color #9D309E: hue angle of 299.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D309E is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 158 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.38 |
| HSL | 299.45º | 0.53% | 0.4% | - |
| HSV(B) | 299.45º | 0.7% | 0.62% | - |
| XYZ | 21.13 | 11.75 | 33.5 | - |
| YUV | 93.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 158 | 0.01 | 0.70 | 0 | 0.38 | 299.45 | 0.53 | 0.4 |
| Hex | 9D | 30 | 9E | 1 | 46 | 0 | 26 | 12B | 35 | 28 |
| Octal | 235 | 60 | 236 | 1 | 106 | 0 | 46 | 453 | 65 | 50 |
| Binary | 10011101 | 110000 | 10011110 | 1 | 1000110 | 0 | 100110 | 100101011 | 110101 | 101000 |
Color Harmonies of #9D309E
Complementary color
Monochromatic Colors of #9D309E
Black with #9D309E
Text Example
Text Example
White with #9D309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D309E; }
p { color: rgb(157,48,158); }
H1.HeaderClassName
{
color: #9D309E;
}
.AnyTagClassName
{
color: #9D309E;
}
</style>
background-color css
<style>
a { background-color: #9D309E; }
a { background-color: rgb(157,48,158); }
div.DivClassName
{
background-color: #9D309E;
}
.BgClassName
{
background-color: #9D309E;
}
</style>
border-color css
<style>
span { border-color: #9D309E; }
span { border-color: rgb(157,48,158); }
td.TdClassName
{
border-color: #9D309E;
}
.TagClassName
{
border-color: #9D309E;
}
</style>