Shades of Dark Violet #9503F1
Tints of Dark Violet #9503F1
RGB
CMYK
RGB Variations
Color information
#9503F1 (or 0x9503F1) is known color: Dark Violet. HEX triplet: 95, 03 and F1. RGB value is (149,3,241). Sum of RGB (Red+Green+Blue) = 149+3+241=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #9503F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9503F1 is #6AFC0E. Grayscale: #484848. Windows color (decimal): -7011343 or 15795093. OLE color: 15795093.
HSL color Cylindrical-coordinate representation of color #9503F1: hue angle of 276.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503F1 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 3 | 241 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.05 |
| HSL | 276.81º | 0.98% | 0.48% | - |
| HSV(B) | 276.81º | 0.99% | 0.95% | - |
| XYZ | 28.3 | 12.81 | 84.2 | - |
| YUV | 73.79 | 222.37 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 241 | 0.38 | 0.99 | 0 | 0.05 | 276.81 | 0.98 | 0.48 |
| Hex | 95 | 3 | F1 | 26 | 63 | 0 | 5 | 115 | 62 | 30 |
| Octal | 225 | 3 | 361 | 46 | 143 | 0 | 5 | 425 | 142 | 60 |
| Binary | 10010101 | 11 | 11110001 | 100110 | 1100011 | 0 | 101 | 100010101 | 1100010 | 110000 |
Color Harmonies of #9503F1
Complementary color
Monochromatic Colors of #9503F1
Black with #9503F1
Text Example
Text Example
White with #9503F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9503F1; }
p { color: rgb(149,3,241); }
H1.HeaderClassName
{
color: #9503F1;
}
.AnyTagClassName
{
color: #9503F1;
}
</style>
background-color css
<style>
a { background-color: #9503F1; }
a { background-color: rgb(149,3,241); }
div.DivClassName
{
background-color: #9503F1;
}
.BgClassName
{
background-color: #9503F1;
}
</style>
border-color css
<style>
span { border-color: #9503F1; }
span { border-color: rgb(149,3,241); }
td.TdClassName
{
border-color: #9503F1;
}
.TagClassName
{
border-color: #9503F1;
}
</style>