Shades of Dark Violet #9609FA
Tints of Dark Violet #9609FA
RGB
CMYK
RGB Variations
Color information
#9609FA (or 0x9609FA) is known color: Dark Violet. HEX triplet: 96, 09 and FA. RGB value is (150,9,250). Sum of RGB (Red+Green+Blue) = 150+9+250=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #9609FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9609FA is #69F605. Grayscale: #4D4D4D. Windows color (decimal): -6944262 or 16386454. OLE color: 16386454.
HSL color Cylindrical-coordinate representation of color #9609FA: hue angle of 275.1º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609FA is Cyan = 0.4, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 9 | 250 | - |
| CMYK | 0.4 | 0.96 | 0 | 0.02 |
| HSL | 275.1º | 0.96% | 0.51% | - |
| HSV(B) | 275.1º | 0.96% | 0.98% | - |
| XYZ | 29.93 | 13.58 | 91.49 | - |
| YUV | 78.63 | 224.71 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 250 | 0.4 | 0.96 | 0 | 0.02 | 275.1 | 0.96 | 0.51 |
| Hex | 96 | 9 | FA | 28 | 60 | 0 | 2 | 113 | 60 | 33 |
| Octal | 226 | 11 | 372 | 50 | 140 | 0 | 2 | 423 | 140 | 63 |
| Binary | 10010110 | 1001 | 11111010 | 101000 | 1100000 | 0 | 10 | 100010011 | 1100000 | 110011 |
Color Harmonies of #9609FA
Complementary color
Monochromatic Colors of #9609FA
Black with #9609FA
Text Example
Text Example
White with #9609FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609FA; }
p { color: rgb(150,9,250); }
H1.HeaderClassName
{
color: #9609FA;
}
.AnyTagClassName
{
color: #9609FA;
}
</style>
background-color css
<style>
a { background-color: #9609FA; }
a { background-color: rgb(150,9,250); }
div.DivClassName
{
background-color: #9609FA;
}
.BgClassName
{
background-color: #9609FA;
}
</style>
border-color css
<style>
span { border-color: #9609FA; }
span { border-color: rgb(150,9,250); }
td.TdClassName
{
border-color: #9609FA;
}
.TagClassName
{
border-color: #9609FA;
}
</style>