Shades of Dark Violet #9707FA
Tints of Dark Violet #9707FA
RGB
CMYK
RGB Variations
Color information
#9707FA (or 0x9707FA) is known color: Dark Violet. HEX triplet: 97, 07 and FA. RGB value is (151,7,250). Sum of RGB (Red+Green+Blue) = 151+7+250=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #9707FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9707FA is #68F805. Grayscale: #4C4C4C. Windows color (decimal): -6879238 or 16385943. OLE color: 16385943.
HSL color Cylindrical-coordinate representation of color #9707FA: hue angle of 275.56º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9707FA is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 7 | 250 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.02 |
| HSL | 275.56º | 0.96% | 0.5% | - |
| HSV(B) | 275.56º | 0.97% | 0.98% | - |
| XYZ | 30.09 | 13.63 | 91.49 | - |
| YUV | 77.76 | 225.21 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 250 | 0.40 | 0.97 | 0 | 0.02 | 275.56 | 0.96 | 0.5 |
| Hex | 97 | 7 | FA | 28 | 61 | 0 | 2 | 114 | 60 | 32 |
| Octal | 227 | 7 | 372 | 50 | 141 | 0 | 2 | 424 | 140 | 62 |
| Binary | 10010111 | 111 | 11111010 | 101000 | 1100001 | 0 | 10 | 100010100 | 1100000 | 110010 |
Color Harmonies of #9707FA
Complementary color
Monochromatic Colors of #9707FA
Black with #9707FA
Text Example
Text Example
White with #9707FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9707FA; }
p { color: rgb(151,7,250); }
H1.HeaderClassName
{
color: #9707FA;
}
.AnyTagClassName
{
color: #9707FA;
}
</style>
background-color css
<style>
a { background-color: #9707FA; }
a { background-color: rgb(151,7,250); }
div.DivClassName
{
background-color: #9707FA;
}
.BgClassName
{
background-color: #9707FA;
}
</style>
border-color css
<style>
span { border-color: #9707FA; }
span { border-color: rgb(151,7,250); }
td.TdClassName
{
border-color: #9707FA;
}
.TagClassName
{
border-color: #9707FA;
}
</style>