Shades of Dark Violet #9103D5
Tints of Dark Violet #9103D5
RGB
CMYK
RGB Variations
Color information
#9103D5 (or 0x9103D5) is known color: Dark Violet. HEX triplet: 91, 03 and D5. RGB value is (145,3,213). Sum of RGB (Red+Green+Blue) = 145+3+213=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #9103D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9103D5 is #6EFC2A. Grayscale: #444444. Windows color (decimal): -7273515 or 13960081. OLE color: 13960081.
HSL color Cylindrical-coordinate representation of color #9103D5: hue angle of 280.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9103D5 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 3 | 213 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.16 |
| HSL | 280.57º | 0.97% | 0.42% | - |
| HSV(B) | 280.57º | 0.99% | 0.84% | - |
| XYZ | 23.72 | 10.89 | 63.8 | - |
| YUV | 69.4 | 209.04 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 213 | 0.32 | 0.99 | 0 | 0.16 | 280.57 | 0.97 | 0.42 |
| Hex | 91 | 3 | D5 | 20 | 63 | 0 | 10 | 119 | 61 | 2A |
| Octal | 221 | 3 | 325 | 40 | 143 | 0 | 20 | 431 | 141 | 52 |
| Binary | 10010001 | 11 | 11010101 | 100000 | 1100011 | 0 | 10000 | 100011001 | 1100001 | 101010 |
Color Harmonies of #9103D5
Complementary color
Monochromatic Colors of #9103D5
Black with #9103D5
Text Example
Text Example
White with #9103D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9103D5; }
p { color: rgb(145,3,213); }
H1.HeaderClassName
{
color: #9103D5;
}
.AnyTagClassName
{
color: #9103D5;
}
</style>
background-color css
<style>
a { background-color: #9103D5; }
a { background-color: rgb(145,3,213); }
div.DivClassName
{
background-color: #9103D5;
}
.BgClassName
{
background-color: #9103D5;
}
</style>
border-color css
<style>
span { border-color: #9103D5; }
span { border-color: rgb(145,3,213); }
td.TdClassName
{
border-color: #9103D5;
}
.TagClassName
{
border-color: #9103D5;
}
</style>