Shades of Vivid Violet #9D369F
Tints of Vivid Violet #9D369F
RGB
CMYK
RGB Variations
Color information
#9D369F (or 0x9D369F) is known color: Vivid Violet. HEX triplet: 9D, 36 and 9F. RGB value is (157,54,159). Sum of RGB (Red+Green+Blue) = 157+54+159=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D369F is #62C960. Grayscale: #606060. Windows color (decimal): -6474081 or 10434205. OLE color: 10434205.
HSL color Cylindrical-coordinate representation of color #9D369F: hue angle of 298.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D369F is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 159 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.38 |
| HSL | 298.86º | 0.49% | 0.42% | - |
| HSV(B) | 298.86º | 0.66% | 0.62% | - |
| XYZ | 21.48 | 12.31 | 34.04 | - |
| YUV | 96.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 159 | 0.01 | 0.66 | 0 | 0.38 | 298.86 | 0.49 | 0.42 |
| Hex | 9D | 36 | 9F | 1 | 42 | 0 | 26 | 12B | 31 | 2A |
| Octal | 235 | 66 | 237 | 1 | 102 | 0 | 46 | 453 | 61 | 52 |
| Binary | 10011101 | 110110 | 10011111 | 1 | 1000010 | 0 | 100110 | 100101011 | 110001 | 101010 |
Color Harmonies of #9D369F
Complementary color
Monochromatic Colors of #9D369F
Black with #9D369F
Text Example
Text Example
White with #9D369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D369F; }
p { color: rgb(157,54,159); }
H1.HeaderClassName
{
color: #9D369F;
}
.AnyTagClassName
{
color: #9D369F;
}
</style>
background-color css
<style>
a { background-color: #9D369F; }
a { background-color: rgb(157,54,159); }
div.DivClassName
{
background-color: #9D369F;
}
.BgClassName
{
background-color: #9D369F;
}
</style>
border-color css
<style>
span { border-color: #9D369F; }
span { border-color: rgb(157,54,159); }
td.TdClassName
{
border-color: #9D369F;
}
.TagClassName
{
border-color: #9D369F;
}
</style>