Shades of Dark Violet #9907CF
Tints of Dark Violet #9907CF
RGB
CMYK
RGB Variations
Color information
#9907CF (or 0x9907CF) is known color: Dark Violet. HEX triplet: 99, 07 and CF. RGB value is (153,7,207). Sum of RGB (Red+Green+Blue) = 153+7+207=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9907CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907CF is #66F830. Grayscale: #484848. Windows color (decimal): -6748209 or 13567897. OLE color: 13567897.
HSL color Cylindrical-coordinate representation of color #9907CF: hue angle of 283.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907CF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 7 | 207 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.19 |
| HSL | 283.8º | 0.93% | 0.42% | - |
| HSV(B) | 283.8º | 0.97% | 0.81% | - |
| XYZ | 24.48 | 11.43 | 59.95 | - |
| YUV | 73.45 | 203.37 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 207 | 0.26 | 0.97 | 0 | 0.19 | 283.8 | 0.93 | 0.42 |
| Hex | 99 | 7 | CF | 1A | 61 | 0 | 13 | 11C | 5D | 2A |
| Octal | 231 | 7 | 317 | 32 | 141 | 0 | 23 | 434 | 135 | 52 |
| Binary | 10011001 | 111 | 11001111 | 11010 | 1100001 | 0 | 10011 | 100011100 | 1011101 | 101010 |
Color Harmonies of #9907CF
Complementary color
Monochromatic Colors of #9907CF
Black with #9907CF
Text Example
Text Example
White with #9907CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907CF; }
p { color: rgb(153,7,207); }
H1.HeaderClassName
{
color: #9907CF;
}
.AnyTagClassName
{
color: #9907CF;
}
</style>
background-color css
<style>
a { background-color: #9907CF; }
a { background-color: rgb(153,7,207); }
div.DivClassName
{
background-color: #9907CF;
}
.BgClassName
{
background-color: #9907CF;
}
</style>
border-color css
<style>
span { border-color: #9907CF; }
span { border-color: rgb(153,7,207); }
td.TdClassName
{
border-color: #9907CF;
}
.TagClassName
{
border-color: #9907CF;
}
</style>