Shades of Dark Violet #9F06E5
Tints of Dark Violet #9F06E5
RGB
CMYK
RGB Variations
Color information
#9F06E5 (or 0x9F06E5) is known color: Dark Violet. HEX triplet: 9F, 06 and E5. RGB value is (159,6,229). Sum of RGB (Red+Green+Blue) = 159+6+229=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F06E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06E5 is #60F91A. Grayscale: #4C4C4C. Windows color (decimal): -6355227 or 15009439. OLE color: 15009439.
HSL color Cylindrical-coordinate representation of color #9F06E5: hue angle of 281.17º degrees, saturation: 0.95, 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 #9F06E5 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 6 | 229 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.10 |
| HSL | 281.17º | 0.95% | 0.46% | - |
| HSV(B) | 281.17º | 0.97% | 0.9% | - |
| XYZ | 28.51 | 13.16 | 75.17 | - |
| YUV | 77.17 | 213.69 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 229 | 0.31 | 0.97 | 0 | 0.10 | 281.17 | 0.95 | 0.46 |
| Hex | 9F | 6 | E5 | 1F | 61 | 0 | A | 119 | 5F | 2E |
| Octal | 237 | 6 | 345 | 37 | 141 | 0 | 12 | 431 | 137 | 56 |
| Binary | 10011111 | 110 | 11100101 | 11111 | 1100001 | 0 | 1010 | 100011001 | 1011111 | 101110 |
Color Harmonies of #9F06E5
Complementary color
Monochromatic Colors of #9F06E5
Black with #9F06E5
Text Example
Text Example
White with #9F06E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06E5; }
p { color: rgb(159,6,229); }
H1.HeaderClassName
{
color: #9F06E5;
}
.AnyTagClassName
{
color: #9F06E5;
}
</style>
background-color css
<style>
a { background-color: #9F06E5; }
a { background-color: rgb(159,6,229); }
div.DivClassName
{
background-color: #9F06E5;
}
.BgClassName
{
background-color: #9F06E5;
}
</style>
border-color css
<style>
span { border-color: #9F06E5; }
span { border-color: rgb(159,6,229); }
td.TdClassName
{
border-color: #9F06E5;
}
.TagClassName
{
border-color: #9F06E5;
}
</style>