Shades of Vivid Violet #9D3892
Tints of Vivid Violet #9D3892
RGB
CMYK
RGB Variations
Color information
#9D3892 (or 0x9D3892) is known color: Vivid Violet. HEX triplet: 9D, 38 and 92. RGB value is (157,56,146). Sum of RGB (Red+Green+Blue) = 157+56+146=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3892 is #62C76D. Grayscale: #606060. Windows color (decimal): -6473582 or 9582749. OLE color: 9582749.
HSL color Cylindrical-coordinate representation of color #9D3892: hue angle of 306.53º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3892 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 146 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.38 |
| HSL | 306.53º | 0.47% | 0.42% | - |
| HSV(B) | 306.53º | 0.64% | 0.62% | - |
| XYZ | 20.51 | 12.07 | 28.44 | - |
| YUV | 96.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 146 | 0 | 0.64 | 0.07 | 0.38 | 306.53 | 0.47 | 0.42 |
| Hex | 9D | 38 | 92 | 0 | 40 | 7 | 26 | 133 | 2F | 2A |
| Octal | 235 | 70 | 222 | 0 | 100 | 7 | 46 | 463 | 57 | 52 |
| Binary | 10011101 | 111000 | 10010010 | 0 | 1000000 | 111 | 100110 | 100110011 | 101111 | 101010 |
Color Harmonies of #9D3892
Complementary color
Monochromatic Colors of #9D3892
Black with #9D3892
Text Example
Text Example
White with #9D3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3892; }
p { color: rgb(157,56,146); }
H1.HeaderClassName
{
color: #9D3892;
}
.AnyTagClassName
{
color: #9D3892;
}
</style>
background-color css
<style>
a { background-color: #9D3892; }
a { background-color: rgb(157,56,146); }
div.DivClassName
{
background-color: #9D3892;
}
.BgClassName
{
background-color: #9D3892;
}
</style>
border-color css
<style>
span { border-color: #9D3892; }
span { border-color: rgb(157,56,146); }
td.TdClassName
{
border-color: #9D3892;
}
.TagClassName
{
border-color: #9D3892;
}
</style>