Shades of Dark Violet #9D00EF
Tints of Dark Violet #9D00EF
RGB
CMYK
RGB Variations
Color information
#9D00EF (or 0x9D00EF) is known color: Dark Violet. HEX triplet: 9D, 00 and EF. RGB value is (157,0,239). Sum of RGB (Red+Green+Blue) = 157+0+239=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D00EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D00EF is #62FF10. Grayscale: #494949. Windows color (decimal): -6487825 or 15663261. OLE color: 15663261.
HSL color Cylindrical-coordinate representation of color #9D00EF: hue angle of 279.41º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D00EF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 0 | 239 | - |
| CMYK | 0.34 | 1 | 0 | 0.06 |
| HSL | 279.41º | 1% | 0.47% | - |
| HSV(B) | 279.41º | 1% | 0.94% | - |
| XYZ | 29.48 | 13.4 | 82.69 | - |
| YUV | 74.19 | 221.01 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 239 | 0.34 | 1 | 0 | 0.06 | 279.41 | 1 | 0.47 |
| Hex | 9D | 0 | EF | 22 | 64 | 0 | 6 | 117 | 64 | 2F |
| Octal | 235 | 0 | 357 | 42 | 144 | 0 | 6 | 427 | 144 | 57 |
| Binary | 10011101 | 0 | 11101111 | 100010 | 1100100 | 0 | 110 | 100010111 | 1100100 | 101111 |
Color Harmonies of #9D00EF
Complementary color
Monochromatic Colors of #9D00EF
Black with #9D00EF
Text Example
Text Example
White with #9D00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D00EF; }
p { color: rgb(157,0,239); }
H1.HeaderClassName
{
color: #9D00EF;
}
.AnyTagClassName
{
color: #9D00EF;
}
</style>
background-color css
<style>
a { background-color: #9D00EF; }
a { background-color: rgb(157,0,239); }
div.DivClassName
{
background-color: #9D00EF;
}
.BgClassName
{
background-color: #9D00EF;
}
</style>
border-color css
<style>
span { border-color: #9D00EF; }
span { border-color: rgb(157,0,239); }
td.TdClassName
{
border-color: #9D00EF;
}
.TagClassName
{
border-color: #9D00EF;
}
</style>