Shades of Dark Violet #9708F4
Tints of Dark Violet #9708F4
RGB
CMYK
RGB Variations
Color information
#9708F4 (or 0x9708F4) is known color: Dark Violet. HEX triplet: 97, 08 and F4. RGB value is (151,8,244). Sum of RGB (Red+Green+Blue) = 151+8+244=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #9708F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9708F4 is #68F70B. Grayscale: #4C4C4C. Windows color (decimal): -6878988 or 15992983. OLE color: 15992983.
HSL color Cylindrical-coordinate representation of color #9708F4: hue angle of 276.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9708F4 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 8 | 244 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.04 |
| HSL | 276.36º | 0.94% | 0.49% | - |
| HSV(B) | 276.36º | 0.97% | 0.96% | - |
| XYZ | 29.18 | 13.28 | 86.61 | - |
| YUV | 77.66 | 221.88 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 244 | 0.38 | 0.97 | 0 | 0.04 | 276.36 | 0.94 | 0.49 |
| Hex | 97 | 8 | F4 | 26 | 61 | 0 | 4 | 114 | 5E | 31 |
| Octal | 227 | 10 | 364 | 46 | 141 | 0 | 4 | 424 | 136 | 61 |
| Binary | 10010111 | 1000 | 11110100 | 100110 | 1100001 | 0 | 100 | 100010100 | 1011110 | 110001 |
Color Harmonies of #9708F4
Complementary color
Monochromatic Colors of #9708F4
Black with #9708F4
Text Example
Text Example
White with #9708F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9708F4; }
p { color: rgb(151,8,244); }
H1.HeaderClassName
{
color: #9708F4;
}
.AnyTagClassName
{
color: #9708F4;
}
</style>
background-color css
<style>
a { background-color: #9708F4; }
a { background-color: rgb(151,8,244); }
div.DivClassName
{
background-color: #9708F4;
}
.BgClassName
{
background-color: #9708F4;
}
</style>
border-color css
<style>
span { border-color: #9708F4; }
span { border-color: rgb(151,8,244); }
td.TdClassName
{
border-color: #9708F4;
}
.TagClassName
{
border-color: #9708F4;
}
</style>