Shades of Dark Violet #9107C6
Tints of Dark Violet #9107C6
RGB
CMYK
RGB Variations
Color information
#9107C6 (or 0x9107C6) is known color: Dark Violet. HEX triplet: 91, 07 and C6. RGB value is (145,7,198). Sum of RGB (Red+Green+Blue) = 145+7+198=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #9107C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9107C6 is #6EF839. Grayscale: #454545. Windows color (decimal): -7272506 or 12978065. OLE color: 12978065.
HSL color Cylindrical-coordinate representation of color #9107C6: hue angle of 283.35º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9107C6 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 7 | 198 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.22 |
| HSL | 283.35º | 0.93% | 0.4% | - |
| HSV(B) | 283.35º | 0.96% | 0.78% | - |
| XYZ | 21.95 | 10.25 | 54.25 | - |
| YUV | 70.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 198 | 0.27 | 0.96 | 0 | 0.22 | 283.35 | 0.93 | 0.4 |
| Hex | 91 | 7 | C6 | 1B | 60 | 0 | 16 | 11B | 5D | 28 |
| Octal | 221 | 7 | 306 | 33 | 140 | 0 | 26 | 433 | 135 | 50 |
| Binary | 10010001 | 111 | 11000110 | 11011 | 1100000 | 0 | 10110 | 100011011 | 1011101 | 101000 |
Color Harmonies of #9107C6
Complementary color
Monochromatic Colors of #9107C6
Black with #9107C6
Text Example
Text Example
White with #9107C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9107C6; }
p { color: rgb(145,7,198); }
H1.HeaderClassName
{
color: #9107C6;
}
.AnyTagClassName
{
color: #9107C6;
}
</style>
background-color css
<style>
a { background-color: #9107C6; }
a { background-color: rgb(145,7,198); }
div.DivClassName
{
background-color: #9107C6;
}
.BgClassName
{
background-color: #9107C6;
}
</style>
border-color css
<style>
span { border-color: #9107C6; }
span { border-color: rgb(145,7,198); }
td.TdClassName
{
border-color: #9107C6;
}
.TagClassName
{
border-color: #9107C6;
}
</style>