Shades of Dark Violet #9103C6
Tints of Dark Violet #9103C6
RGB
CMYK
RGB Variations
Color information
#9103C6 (or 0x9103C6) is known color: Dark Violet. HEX triplet: 91, 03 and C6. RGB value is (145,3,198). Sum of RGB (Red+Green+Blue) = 145+3+198=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #9103C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9103C6 is #6EFC39. Grayscale: #434343. Windows color (decimal): -7273530 or 12977041. OLE color: 12977041.
HSL color Cylindrical-coordinate representation of color #9103C6: hue angle of 283.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9103C6 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 3 | 198 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.22 |
| HSL | 283.69º | 0.97% | 0.39% | - |
| HSV(B) | 283.69º | 0.98% | 0.78% | - |
| XYZ | 21.9 | 10.16 | 54.23 | - |
| YUV | 67.69 | 201.54 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 198 | 0.27 | 0.98 | 0 | 0.22 | 283.69 | 0.97 | 0.39 |
| Hex | 91 | 3 | C6 | 1B | 62 | 0 | 16 | 11C | 61 | 27 |
| Octal | 221 | 3 | 306 | 33 | 142 | 0 | 26 | 434 | 141 | 47 |
| Binary | 10010001 | 11 | 11000110 | 11011 | 1100010 | 0 | 10110 | 100011100 | 1100001 | 100111 |
Color Harmonies of #9103C6
Complementary color
Monochromatic Colors of #9103C6
Black with #9103C6
Text Example
Text Example
White with #9103C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9103C6; }
p { color: rgb(145,3,198); }
H1.HeaderClassName
{
color: #9103C6;
}
.AnyTagClassName
{
color: #9103C6;
}
</style>
background-color css
<style>
a { background-color: #9103C6; }
a { background-color: rgb(145,3,198); }
div.DivClassName
{
background-color: #9103C6;
}
.BgClassName
{
background-color: #9103C6;
}
</style>
border-color css
<style>
span { border-color: #9103C6; }
span { border-color: rgb(145,3,198); }
td.TdClassName
{
border-color: #9103C6;
}
.TagClassName
{
border-color: #9103C6;
}
</style>