Shades of Vivid Violet #9D36A7
Tints of Vivid Violet #9D36A7
RGB
CMYK
RGB Variations
Color information
#9D36A7 (or 0x9D36A7) is known color: Vivid Violet. HEX triplet: 9D, 36 and A7. RGB value is (157,54,167). Sum of RGB (Red+Green+Blue) = 157+54+167=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #9D36A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D36A7 is #62C958. Grayscale: #616161. Windows color (decimal): -6474073 or 10958493. OLE color: 10958493.
HSL color Cylindrical-coordinate representation of color #9D36A7: hue angle of 294.69º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D36A7 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 54 | 167 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.35 |
| HSL | 294.69º | 0.51% | 0.43% | - |
| HSV(B) | 294.69º | 0.68% | 0.65% | - |
| XYZ | 22.2 | 12.6 | 37.82 | - |
| YUV | 97.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 167 | 0.06 | 0.68 | 0 | 0.35 | 294.69 | 0.51 | 0.43 |
| Hex | 9D | 36 | A7 | 6 | 44 | 0 | 23 | 127 | 33 | 2B |
| Octal | 235 | 66 | 247 | 6 | 104 | 0 | 43 | 447 | 63 | 53 |
| Binary | 10011101 | 110110 | 10100111 | 110 | 1000100 | 0 | 100011 | 100100111 | 110011 | 101011 |
Color Harmonies of #9D36A7
Complementary color
Monochromatic Colors of #9D36A7
Black with #9D36A7
Text Example
Text Example
White with #9D36A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D36A7; }
p { color: rgb(157,54,167); }
H1.HeaderClassName
{
color: #9D36A7;
}
.AnyTagClassName
{
color: #9D36A7;
}
</style>
background-color css
<style>
a { background-color: #9D36A7; }
a { background-color: rgb(157,54,167); }
div.DivClassName
{
background-color: #9D36A7;
}
.BgClassName
{
background-color: #9D36A7;
}
</style>
border-color css
<style>
span { border-color: #9D36A7; }
span { border-color: rgb(157,54,167); }
td.TdClassName
{
border-color: #9D36A7;
}
.TagClassName
{
border-color: #9D36A7;
}
</style>