Shades of Dark Violet #9502F6
Tints of Dark Violet #9502F6
RGB
CMYK
RGB Variations
Color information
#9502F6 (or 0x9502F6) is known color: Dark Violet. HEX triplet: 95, 02 and F6. RGB value is (149,2,246). Sum of RGB (Red+Green+Blue) = 149+2+246=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #9502F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9502F6 is #6AFD09. Grayscale: #484848. Windows color (decimal): -7011594 or 16122517. OLE color: 16122517.
HSL color Cylindrical-coordinate representation of color #9502F6: hue angle of 276.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502F6 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 2 | 246 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.04 |
| HSL | 276.15º | 0.98% | 0.49% | - |
| HSV(B) | 276.15º | 0.99% | 0.96% | - |
| XYZ | 29.05 | 13.09 | 88.18 | - |
| YUV | 73.77 | 225.2 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 246 | 0.39 | 0.99 | 0 | 0.04 | 276.15 | 0.98 | 0.49 |
| Hex | 95 | 2 | F6 | 27 | 63 | 0 | 4 | 114 | 62 | 31 |
| Octal | 225 | 2 | 366 | 47 | 143 | 0 | 4 | 424 | 142 | 61 |
| Binary | 10010101 | 10 | 11110110 | 100111 | 1100011 | 0 | 100 | 100010100 | 1100010 | 110001 |
Color Harmonies of #9502F6
Complementary color
Monochromatic Colors of #9502F6
Black with #9502F6
Text Example
Text Example
White with #9502F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502F6; }
p { color: rgb(149,2,246); }
H1.HeaderClassName
{
color: #9502F6;
}
.AnyTagClassName
{
color: #9502F6;
}
</style>
background-color css
<style>
a { background-color: #9502F6; }
a { background-color: rgb(149,2,246); }
div.DivClassName
{
background-color: #9502F6;
}
.BgClassName
{
background-color: #9502F6;
}
</style>
border-color css
<style>
span { border-color: #9502F6; }
span { border-color: rgb(149,2,246); }
td.TdClassName
{
border-color: #9502F6;
}
.TagClassName
{
border-color: #9502F6;
}
</style>