Shades of Dark Violet #9107CC
Tints of Dark Violet #9107CC
RGB
CMYK
RGB Variations
Color information
#9107CC (or 0x9107CC) is known color: Dark Violet. HEX triplet: 91, 07 and CC. RGB value is (145,7,204). Sum of RGB (Red+Green+Blue) = 145+7+204=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9107CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9107CC is #6EF833. Grayscale: #464646. Windows color (decimal): -7272500 or 13371281. OLE color: 13371281.
HSL color Cylindrical-coordinate representation of color #9107CC: hue angle of 282.03º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9107CC is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 7 | 204 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.2 |
| HSL | 282.03º | 0.93% | 0.41% | - |
| HSV(B) | 282.03º | 0.97% | 0.8% | - |
| XYZ | 22.65 | 10.53 | 57.97 | - |
| YUV | 70.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 204 | 0.29 | 0.97 | 0 | 0.2 | 282.03 | 0.93 | 0.41 |
| Hex | 91 | 7 | CC | 1D | 61 | 0 | 14 | 11A | 5D | 29 |
| Octal | 221 | 7 | 314 | 35 | 141 | 0 | 24 | 432 | 135 | 51 |
| Binary | 10010001 | 111 | 11001100 | 11101 | 1100001 | 0 | 10100 | 100011010 | 1011101 | 101001 |
Color Harmonies of #9107CC
Complementary color
Monochromatic Colors of #9107CC
Black with #9107CC
Text Example
Text Example
White with #9107CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9107CC; }
p { color: rgb(145,7,204); }
H1.HeaderClassName
{
color: #9107CC;
}
.AnyTagClassName
{
color: #9107CC;
}
</style>
background-color css
<style>
a { background-color: #9107CC; }
a { background-color: rgb(145,7,204); }
div.DivClassName
{
background-color: #9107CC;
}
.BgClassName
{
background-color: #9107CC;
}
</style>
border-color css
<style>
span { border-color: #9107CC; }
span { border-color: rgb(145,7,204); }
td.TdClassName
{
border-color: #9107CC;
}
.TagClassName
{
border-color: #9107CC;
}
</style>