Shades of Dark Violet #9D13CF
Tints of Dark Violet #9D13CF
RGB
CMYK
RGB Variations
Color information
#9D13CF (or 0x9D13CF) is known color: Dark Violet. HEX triplet: 9D, 13 and CF. RGB value is (157,19,207). Sum of RGB (Red+Green+Blue) = 157+19+207=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D13CF is #62EC30. Grayscale: #515151. Windows color (decimal): -6482993 or 13570973. OLE color: 13570973.
HSL color Cylindrical-coordinate representation of color #9D13CF: hue angle of 284.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D13CF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 19 | 207 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.19 |
| HSL | 284.04º | 0.83% | 0.44% | - |
| HSV(B) | 284.04º | 0.91% | 0.81% | - |
| XYZ | 25.4 | 12.14 | 60.04 | - |
| YUV | 81.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 207 | 0.24 | 0.91 | 0 | 0.19 | 284.04 | 0.83 | 0.44 |
| Hex | 9D | 13 | CF | 18 | 5B | 0 | 13 | 11C | 53 | 2C |
| Octal | 235 | 23 | 317 | 30 | 133 | 0 | 23 | 434 | 123 | 54 |
| Binary | 10011101 | 10011 | 11001111 | 11000 | 1011011 | 0 | 10011 | 100011100 | 1010011 | 101100 |
Color Harmonies of #9D13CF
Complementary color
Monochromatic Colors of #9D13CF
Black with #9D13CF
Text Example
Text Example
White with #9D13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D13CF; }
p { color: rgb(157,19,207); }
H1.HeaderClassName
{
color: #9D13CF;
}
.AnyTagClassName
{
color: #9D13CF;
}
</style>
background-color css
<style>
a { background-color: #9D13CF; }
a { background-color: rgb(157,19,207); }
div.DivClassName
{
background-color: #9D13CF;
}
.BgClassName
{
background-color: #9D13CF;
}
</style>
border-color css
<style>
span { border-color: #9D13CF; }
span { border-color: rgb(157,19,207); }
td.TdClassName
{
border-color: #9D13CF;
}
.TagClassName
{
border-color: #9D13CF;
}
</style>