Shades of Vivid Violet #9D309C
Tints of Vivid Violet #9D309C
RGB
CMYK
RGB Variations
Color information
#9D309C (or 0x9D309C) is known color: Vivid Violet. HEX triplet: 9D, 30 and 9C. RGB value is (157,48,156). Sum of RGB (Red+Green+Blue) = 157+48+156=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D309C is #62CF63. Grayscale: #5C5C5C. Windows color (decimal): -6475620 or 10236061. OLE color: 10236061.
HSL color Cylindrical-coordinate representation of color #9D309C: hue angle of 300.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D309C is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 156 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.38 |
| HSL | 300.55º | 0.53% | 0.4% | - |
| HSV(B) | 300.55º | 0.69% | 0.62% | - |
| XYZ | 20.96 | 11.68 | 32.6 | - |
| YUV | 92.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 156 | 0 | 0.69 | 0.01 | 0.38 | 300.55 | 0.53 | 0.4 |
| Hex | 9D | 30 | 9C | 0 | 45 | 1 | 26 | 12D | 35 | 28 |
| Octal | 235 | 60 | 234 | 0 | 105 | 1 | 46 | 455 | 65 | 50 |
| Binary | 10011101 | 110000 | 10011100 | 0 | 1000101 | 1 | 100110 | 100101101 | 110101 | 101000 |
Color Harmonies of #9D309C
Complementary color
Monochromatic Colors of #9D309C
Black with #9D309C
Text Example
Text Example
White with #9D309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D309C; }
p { color: rgb(157,48,156); }
H1.HeaderClassName
{
color: #9D309C;
}
.AnyTagClassName
{
color: #9D309C;
}
</style>
background-color css
<style>
a { background-color: #9D309C; }
a { background-color: rgb(157,48,156); }
div.DivClassName
{
background-color: #9D309C;
}
.BgClassName
{
background-color: #9D309C;
}
</style>
border-color css
<style>
span { border-color: #9D309C; }
span { border-color: rgb(157,48,156); }
td.TdClassName
{
border-color: #9D309C;
}
.TagClassName
{
border-color: #9D309C;
}
</style>