Shades of Dark Violet #9907DF
Tints of Dark Violet #9907DF
RGB
CMYK
RGB Variations
Color information
#9907DF (or 0x9907DF) is known color: Dark Violet. HEX triplet: 99, 07 and DF. RGB value is (153,7,223). Sum of RGB (Red+Green+Blue) = 153+7+223=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #9907DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907DF is #66F820. Grayscale: #4A4A4A. Windows color (decimal): -6748193 or 14616473. OLE color: 14616473.
HSL color Cylindrical-coordinate representation of color #9907DF: hue angle of 280.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907DF is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 7 | 223 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.13 |
| HSL | 280.56º | 0.94% | 0.45% | - |
| HSV(B) | 280.56º | 0.97% | 0.87% | - |
| XYZ | 26.53 | 12.25 | 70.78 | - |
| YUV | 75.28 | 211.37 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 223 | 0.31 | 0.97 | 0 | 0.13 | 280.56 | 0.94 | 0.45 |
| Hex | 99 | 7 | DF | 1F | 61 | 0 | D | 119 | 5E | 2D |
| Octal | 231 | 7 | 337 | 37 | 141 | 0 | 15 | 431 | 136 | 55 |
| Binary | 10011001 | 111 | 11011111 | 11111 | 1100001 | 0 | 1101 | 100011001 | 1011110 | 101101 |
Color Harmonies of #9907DF
Complementary color
Monochromatic Colors of #9907DF
Black with #9907DF
Text Example
Text Example
White with #9907DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907DF; }
p { color: rgb(153,7,223); }
H1.HeaderClassName
{
color: #9907DF;
}
.AnyTagClassName
{
color: #9907DF;
}
</style>
background-color css
<style>
a { background-color: #9907DF; }
a { background-color: rgb(153,7,223); }
div.DivClassName
{
background-color: #9907DF;
}
.BgClassName
{
background-color: #9907DF;
}
</style>
border-color css
<style>
span { border-color: #9907DF; }
span { border-color: rgb(153,7,223); }
td.TdClassName
{
border-color: #9907DF;
}
.TagClassName
{
border-color: #9907DF;
}
</style>