Shades of Dark Violet #9503FE
Tints of Dark Violet #9503FE
RGB
CMYK
RGB Variations
Color information
#9503FE (or 0x9503FE) is known color: Dark Violet. HEX triplet: 95, 03 and FE. RGB value is (149,3,254). Sum of RGB (Red+Green+Blue) = 149+3+254=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #9503FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9503FE is #6AFC01. Grayscale: #4A4A4A. Windows color (decimal): -7011330 or 16647061. OLE color: 16647061.
HSL color Cylindrical-coordinate representation of color #9503FE: hue angle of 274.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503FE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 3 | 254 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.00 |
| HSL | 274.9º | 0.99% | 0.5% | - |
| HSV(B) | 274.9º | 0.99% | 1% | - |
| XYZ | 30.32 | 13.61 | 94.8 | - |
| YUV | 75.27 | 228.87 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 254 | 0.41 | 0.99 | 0 | 0.00 | 274.9 | 0.99 | 0.5 |
| Hex | 95 | 3 | FE | 29 | 63 | 0 | 0 | 113 | 63 | 32 |
| Octal | 225 | 3 | 376 | 51 | 143 | 0 | 0 | 423 | 143 | 62 |
| Binary | 10010101 | 11 | 11111110 | 101001 | 1100011 | 0 | 0 | 100010011 | 1100011 | 110010 |
Color Harmonies of #9503FE
Complementary color
Monochromatic Colors of #9503FE
Black with #9503FE
Text Example
Text Example
White with #9503FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9503FE; }
p { color: rgb(149,3,254); }
H1.HeaderClassName
{
color: #9503FE;
}
.AnyTagClassName
{
color: #9503FE;
}
</style>
background-color css
<style>
a { background-color: #9503FE; }
a { background-color: rgb(149,3,254); }
div.DivClassName
{
background-color: #9503FE;
}
.BgClassName
{
background-color: #9503FE;
}
</style>
border-color css
<style>
span { border-color: #9503FE; }
span { border-color: rgb(149,3,254); }
td.TdClassName
{
border-color: #9503FE;
}
.TagClassName
{
border-color: #9503FE;
}
</style>