Shades of Dark Violet #9D00CD
Tints of Dark Violet #9D00CD
RGB
CMYK
RGB Variations
Color information
#9D00CD (or 0x9D00CD) is known color: Dark Violet. HEX triplet: 9D, 00 and CD. RGB value is (157,0,205). Sum of RGB (Red+Green+Blue) = 157+0+205=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D00CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D00CD is #62FF32. Grayscale: #454545. Windows color (decimal): -6487859 or 13435037. OLE color: 13435037.
HSL color Cylindrical-coordinate representation of color #9D00CD: hue angle of 285.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D00CD is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 0 | 205 | - |
| CMYK | 0.23 | 1 | 0 | 0.20 |
| HSL | 285.95º | 1% | 0.4% | - |
| HSV(B) | 285.95º | 1% | 0.8% | - |
| XYZ | 24.92 | 11.58 | 58.68 | - |
| YUV | 70.31 | 204.01 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 205 | 0.23 | 1 | 0 | 0.20 | 285.95 | 1 | 0.4 |
| Hex | 9D | 0 | CD | 17 | 64 | 0 | 14 | 11E | 64 | 28 |
| Octal | 235 | 0 | 315 | 27 | 144 | 0 | 24 | 436 | 144 | 50 |
| Binary | 10011101 | 0 | 11001101 | 10111 | 1100100 | 0 | 10100 | 100011110 | 1100100 | 101000 |
Color Harmonies of #9D00CD
Complementary color
Monochromatic Colors of #9D00CD
Black with #9D00CD
Text Example
Text Example
White with #9D00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D00CD; }
p { color: rgb(157,0,205); }
H1.HeaderClassName
{
color: #9D00CD;
}
.AnyTagClassName
{
color: #9D00CD;
}
</style>
background-color css
<style>
a { background-color: #9D00CD; }
a { background-color: rgb(157,0,205); }
div.DivClassName
{
background-color: #9D00CD;
}
.BgClassName
{
background-color: #9D00CD;
}
</style>
border-color css
<style>
span { border-color: #9D00CD; }
span { border-color: rgb(157,0,205); }
td.TdClassName
{
border-color: #9D00CD;
}
.TagClassName
{
border-color: #9D00CD;
}
</style>