Shades of Dark Violet #9103C1
Tints of Dark Violet #9103C1
RGB
CMYK
RGB Variations
Color information
#9103C1 (or 0x9103C1) is known color: Dark Violet. HEX triplet: 91, 03 and C1. RGB value is (145,3,193). Sum of RGB (Red+Green+Blue) = 145+3+193=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #9103C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9103C1 is #6EFC3E. Grayscale: #424242. Windows color (decimal): -7273535 or 12649361. OLE color: 12649361.
HSL color Cylindrical-coordinate representation of color #9103C1: hue angle of 284.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9103C1 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 3 | 193 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.24 |
| HSL | 284.84º | 0.97% | 0.38% | - |
| HSV(B) | 284.84º | 0.98% | 0.76% | - |
| XYZ | 21.34 | 9.94 | 51.25 | - |
| YUV | 67.12 | 199.04 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 193 | 0.25 | 0.98 | 0 | 0.24 | 284.84 | 0.97 | 0.38 |
| Hex | 91 | 3 | C1 | 19 | 62 | 0 | 18 | 11D | 61 | 26 |
| Octal | 221 | 3 | 301 | 31 | 142 | 0 | 30 | 435 | 141 | 46 |
| Binary | 10010001 | 11 | 11000001 | 11001 | 1100010 | 0 | 11000 | 100011101 | 1100001 | 100110 |
Color Harmonies of #9103C1
Complementary color
Monochromatic Colors of #9103C1
Black with #9103C1
Text Example
Text Example
White with #9103C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9103C1; }
p { color: rgb(145,3,193); }
H1.HeaderClassName
{
color: #9103C1;
}
.AnyTagClassName
{
color: #9103C1;
}
</style>
background-color css
<style>
a { background-color: #9103C1; }
a { background-color: rgb(145,3,193); }
div.DivClassName
{
background-color: #9103C1;
}
.BgClassName
{
background-color: #9103C1;
}
</style>
border-color css
<style>
span { border-color: #9103C1; }
span { border-color: rgb(145,3,193); }
td.TdClassName
{
border-color: #9103C1;
}
.TagClassName
{
border-color: #9103C1;
}
</style>