Shades of Dark Violet #9607F0
Tints of Dark Violet #9607F0
RGB
CMYK
RGB Variations
Color information
#9607F0 (or 0x9607F0) is known color: Dark Violet. HEX triplet: 96, 07 and F0. RGB value is (150,7,240). Sum of RGB (Red+Green+Blue) = 150+7+240=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #9607F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9607F0 is #69F80F. Grayscale: #4B4B4B. Windows color (decimal): -6944784 or 15730582. OLE color: 15730582.
HSL color Cylindrical-coordinate representation of color #9607F0: hue angle of 276.82º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9607F0 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 7 | 240 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.06 |
| HSL | 276.82º | 0.94% | 0.48% | - |
| HSV(B) | 276.82º | 0.97% | 0.94% | - |
| XYZ | 28.38 | 12.93 | 83.44 | - |
| YUV | 76.32 | 220.38 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 240 | 0.37 | 0.97 | 0 | 0.06 | 276.82 | 0.94 | 0.48 |
| Hex | 96 | 7 | F0 | 25 | 61 | 0 | 6 | 115 | 5E | 30 |
| Octal | 226 | 7 | 360 | 45 | 141 | 0 | 6 | 425 | 136 | 60 |
| Binary | 10010110 | 111 | 11110000 | 100101 | 1100001 | 0 | 110 | 100010101 | 1011110 | 110000 |
Color Harmonies of #9607F0
Complementary color
Monochromatic Colors of #9607F0
Black with #9607F0
Text Example
Text Example
White with #9607F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607F0; }
p { color: rgb(150,7,240); }
H1.HeaderClassName
{
color: #9607F0;
}
.AnyTagClassName
{
color: #9607F0;
}
</style>
background-color css
<style>
a { background-color: #9607F0; }
a { background-color: rgb(150,7,240); }
div.DivClassName
{
background-color: #9607F0;
}
.BgClassName
{
background-color: #9607F0;
}
</style>
border-color css
<style>
span { border-color: #9607F0; }
span { border-color: rgb(150,7,240); }
td.TdClassName
{
border-color: #9607F0;
}
.TagClassName
{
border-color: #9607F0;
}
</style>