Shades of Dark Violet #9506FA
Tints of Dark Violet #9506FA
RGB
CMYK
RGB Variations
Color information
#9506FA (or 0x9506FA) is known color: Dark Violet. HEX triplet: 95, 06 and FA. RGB value is (149,6,250). Sum of RGB (Red+Green+Blue) = 149+6+250=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #9506FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9506FA is #6AF905. Grayscale: #4B4B4B. Windows color (decimal): -7010566 or 16385685. OLE color: 16385685.
HSL color Cylindrical-coordinate representation of color #9506FA: hue angle of 275.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9506FA is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 6 | 250 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.02 |
| HSL | 275.16º | 0.96% | 0.5% | - |
| HSV(B) | 275.16º | 0.98% | 0.98% | - |
| XYZ | 29.71 | 13.42 | 91.47 | - |
| YUV | 76.57 | 225.88 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 250 | 0.40 | 0.98 | 0 | 0.02 | 275.16 | 0.96 | 0.5 |
| Hex | 95 | 6 | FA | 28 | 62 | 0 | 2 | 113 | 60 | 32 |
| Octal | 225 | 6 | 372 | 50 | 142 | 0 | 2 | 423 | 140 | 62 |
| Binary | 10010101 | 110 | 11111010 | 101000 | 1100010 | 0 | 10 | 100010011 | 1100000 | 110010 |
Color Harmonies of #9506FA
Complementary color
Monochromatic Colors of #9506FA
Black with #9506FA
Text Example
Text Example
White with #9506FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9506FA; }
p { color: rgb(149,6,250); }
H1.HeaderClassName
{
color: #9506FA;
}
.AnyTagClassName
{
color: #9506FA;
}
</style>
background-color css
<style>
a { background-color: #9506FA; }
a { background-color: rgb(149,6,250); }
div.DivClassName
{
background-color: #9506FA;
}
.BgClassName
{
background-color: #9506FA;
}
</style>
border-color css
<style>
span { border-color: #9506FA; }
span { border-color: rgb(149,6,250); }
td.TdClassName
{
border-color: #9506FA;
}
.TagClassName
{
border-color: #9506FA;
}
</style>