Shades of Dark Violet #9502FA
Tints of Dark Violet #9502FA
RGB
CMYK
RGB Variations
Color information
#9502FA (or 0x9502FA) is known color: Dark Violet. HEX triplet: 95, 02 and FA. RGB value is (149,2,250). Sum of RGB (Red+Green+Blue) = 149+2+250=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #9502FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9502FA is #6AFD05. Grayscale: #494949. Windows color (decimal): -7011590 or 16384661. OLE color: 16384661.
HSL color Cylindrical-coordinate representation of color #9502FA: hue angle of 275.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502FA is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 2 | 250 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.02 |
| HSL | 275.56º | 0.98% | 0.49% | - |
| HSV(B) | 275.56º | 0.99% | 0.98% | - |
| XYZ | 29.67 | 13.34 | 91.45 | - |
| YUV | 74.23 | 227.2 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 250 | 0.40 | 0.99 | 0 | 0.02 | 275.56 | 0.98 | 0.49 |
| Hex | 95 | 2 | FA | 28 | 63 | 0 | 2 | 114 | 62 | 31 |
| Octal | 225 | 2 | 372 | 50 | 143 | 0 | 2 | 424 | 142 | 61 |
| Binary | 10010101 | 10 | 11111010 | 101000 | 1100011 | 0 | 10 | 100010100 | 1100010 | 110001 |
Color Harmonies of #9502FA
Complementary color
Monochromatic Colors of #9502FA
Black with #9502FA
Text Example
Text Example
White with #9502FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502FA; }
p { color: rgb(149,2,250); }
H1.HeaderClassName
{
color: #9502FA;
}
.AnyTagClassName
{
color: #9502FA;
}
</style>
background-color css
<style>
a { background-color: #9502FA; }
a { background-color: rgb(149,2,250); }
div.DivClassName
{
background-color: #9502FA;
}
.BgClassName
{
background-color: #9502FA;
}
</style>
border-color css
<style>
span { border-color: #9502FA; }
span { border-color: rgb(149,2,250); }
td.TdClassName
{
border-color: #9502FA;
}
.TagClassName
{
border-color: #9502FA;
}
</style>