Shades of Dark Violet #9609F0
Tints of Dark Violet #9609F0
RGB
CMYK
RGB Variations
Color information
#9609F0 (or 0x9609F0) is known color: Dark Violet. HEX triplet: 96, 09 and F0. RGB value is (150,9,240). Sum of RGB (Red+Green+Blue) = 150+9+240=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #9609F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9609F0 is #69F60F. Grayscale: #4C4C4C. Windows color (decimal): -6944272 or 15731094. OLE color: 15731094.
HSL color Cylindrical-coordinate representation of color #9609F0: hue angle of 276.62º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609F0 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 9 | 240 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.06 |
| HSL | 276.62º | 0.93% | 0.49% | - |
| HSV(B) | 276.62º | 0.96% | 0.94% | - |
| XYZ | 28.4 | 12.97 | 83.44 | - |
| YUV | 77.49 | 219.71 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 240 | 0.37 | 0.96 | 0 | 0.06 | 276.62 | 0.93 | 0.49 |
| Hex | 96 | 9 | F0 | 25 | 60 | 0 | 6 | 115 | 5D | 31 |
| Octal | 226 | 11 | 360 | 45 | 140 | 0 | 6 | 425 | 135 | 61 |
| Binary | 10010110 | 1001 | 11110000 | 100101 | 1100000 | 0 | 110 | 100010101 | 1011101 | 110001 |
Color Harmonies of #9609F0
Complementary color
Monochromatic Colors of #9609F0
Black with #9609F0
Text Example
Text Example
White with #9609F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609F0; }
p { color: rgb(150,9,240); }
H1.HeaderClassName
{
color: #9609F0;
}
.AnyTagClassName
{
color: #9609F0;
}
</style>
background-color css
<style>
a { background-color: #9609F0; }
a { background-color: rgb(150,9,240); }
div.DivClassName
{
background-color: #9609F0;
}
.BgClassName
{
background-color: #9609F0;
}
</style>
border-color css
<style>
span { border-color: #9609F0; }
span { border-color: rgb(150,9,240); }
td.TdClassName
{
border-color: #9609F0;
}
.TagClassName
{
border-color: #9609F0;
}
</style>