Shades of Dark Violet #9D07E6
Tints of Dark Violet #9D07E6
RGB
CMYK
RGB Variations
Color information
#9D07E6 (or 0x9D07E6) is known color: Dark Violet. HEX triplet: 9D, 07 and E6. RGB value is (157,7,230). Sum of RGB (Red+Green+Blue) = 157+7+230=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #9D07E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D07E6 is #62F819. Grayscale: #4C4C4C. Windows color (decimal): -6486042 or 15075229. OLE color: 15075229.
HSL color Cylindrical-coordinate representation of color #9D07E6: hue angle of 280.36º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D07E6 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 7 | 230 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.10 |
| HSL | 280.36º | 0.94% | 0.46% | - |
| HSV(B) | 280.36º | 0.97% | 0.9% | - |
| XYZ | 28.26 | 13.03 | 75.89 | - |
| YUV | 77.27 | 214.2 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 230 | 0.32 | 0.97 | 0 | 0.10 | 280.36 | 0.94 | 0.46 |
| Hex | 9D | 7 | E6 | 20 | 61 | 0 | A | 118 | 5E | 2E |
| Octal | 235 | 7 | 346 | 40 | 141 | 0 | 12 | 430 | 136 | 56 |
| Binary | 10011101 | 111 | 11100110 | 100000 | 1100001 | 0 | 1010 | 100011000 | 1011110 | 101110 |
Color Harmonies of #9D07E6
Complementary color
Monochromatic Colors of #9D07E6
Black with #9D07E6
Text Example
Text Example
White with #9D07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D07E6; }
p { color: rgb(157,7,230); }
H1.HeaderClassName
{
color: #9D07E6;
}
.AnyTagClassName
{
color: #9D07E6;
}
</style>
background-color css
<style>
a { background-color: #9D07E6; }
a { background-color: rgb(157,7,230); }
div.DivClassName
{
background-color: #9D07E6;
}
.BgClassName
{
background-color: #9D07E6;
}
</style>
border-color css
<style>
span { border-color: #9D07E6; }
span { border-color: rgb(157,7,230); }
td.TdClassName
{
border-color: #9D07E6;
}
.TagClassName
{
border-color: #9D07E6;
}
</style>