Shades of Dark Violet #9502EF
Tints of Dark Violet #9502EF
RGB
CMYK
RGB Variations
Color information
#9502EF (or 0x9502EF) is known color: Dark Violet. HEX triplet: 95, 02 and EF. RGB value is (149,2,239). Sum of RGB (Red+Green+Blue) = 149+2+239=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #9502EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9502EF is #6AFD10. Grayscale: #484848. Windows color (decimal): -7011601 or 15663765. OLE color: 15663765.
HSL color Cylindrical-coordinate representation of color #9502EF: hue angle of 277.22º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502EF is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 2 | 239 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.06 |
| HSL | 277.22º | 0.98% | 0.47% | - |
| HSV(B) | 277.22º | 0.99% | 0.94% | - |
| XYZ | 28 | 12.66 | 82.63 | - |
| YUV | 72.97 | 221.7 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 239 | 0.38 | 0.99 | 0 | 0.06 | 277.22 | 0.98 | 0.47 |
| Hex | 95 | 2 | EF | 26 | 63 | 0 | 6 | 115 | 62 | 2F |
| Octal | 225 | 2 | 357 | 46 | 143 | 0 | 6 | 425 | 142 | 57 |
| Binary | 10010101 | 10 | 11101111 | 100110 | 1100011 | 0 | 110 | 100010101 | 1100010 | 101111 |
Color Harmonies of #9502EF
Complementary color
Monochromatic Colors of #9502EF
Black with #9502EF
Text Example
Text Example
White with #9502EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502EF; }
p { color: rgb(149,2,239); }
H1.HeaderClassName
{
color: #9502EF;
}
.AnyTagClassName
{
color: #9502EF;
}
</style>
background-color css
<style>
a { background-color: #9502EF; }
a { background-color: rgb(149,2,239); }
div.DivClassName
{
background-color: #9502EF;
}
.BgClassName
{
background-color: #9502EF;
}
</style>
border-color css
<style>
span { border-color: #9502EF; }
span { border-color: rgb(149,2,239); }
td.TdClassName
{
border-color: #9502EF;
}
.TagClassName
{
border-color: #9502EF;
}
</style>