Shades of Dark Violet #9107CF
Tints of Dark Violet #9107CF
RGB
CMYK
RGB Variations
Color information
#9107CF (or 0x9107CF) is known color: Dark Violet. HEX triplet: 91, 07 and CF. RGB value is (145,7,207). Sum of RGB (Red+Green+Blue) = 145+7+207=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #9107CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9107CF is #6EF830. Grayscale: #464646. Windows color (decimal): -7272497 or 13567889. OLE color: 13567889.
HSL color Cylindrical-coordinate representation of color #9107CF: hue angle of 281.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9107CF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 7 | 207 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.19 |
| HSL | 281.4º | 0.93% | 0.42% | - |
| HSV(B) | 281.4º | 0.97% | 0.81% | - |
| XYZ | 23.02 | 10.68 | 59.88 | - |
| YUV | 71.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 207 | 0.30 | 0.97 | 0 | 0.19 | 281.4 | 0.93 | 0.42 |
| Hex | 91 | 7 | CF | 1E | 61 | 0 | 13 | 119 | 5D | 2A |
| Octal | 221 | 7 | 317 | 36 | 141 | 0 | 23 | 431 | 135 | 52 |
| Binary | 10010001 | 111 | 11001111 | 11110 | 1100001 | 0 | 10011 | 100011001 | 1011101 | 101010 |
Color Harmonies of #9107CF
Complementary color
Monochromatic Colors of #9107CF
Black with #9107CF
Text Example
Text Example
White with #9107CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9107CF; }
p { color: rgb(145,7,207); }
H1.HeaderClassName
{
color: #9107CF;
}
.AnyTagClassName
{
color: #9107CF;
}
</style>
background-color css
<style>
a { background-color: #9107CF; }
a { background-color: rgb(145,7,207); }
div.DivClassName
{
background-color: #9107CF;
}
.BgClassName
{
background-color: #9107CF;
}
</style>
border-color css
<style>
span { border-color: #9107CF; }
span { border-color: rgb(145,7,207); }
td.TdClassName
{
border-color: #9107CF;
}
.TagClassName
{
border-color: #9107CF;
}
</style>