Shades of Dark Violet #9100CC
Tints of Dark Violet #9100CC
RGB
CMYK
RGB Variations
Color information
#9100CC (or 0x9100CC) is known color: Dark Violet. HEX triplet: 91, 00 and CC. RGB value is (145,0,204). Sum of RGB (Red+Green+Blue) = 145+0+204=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #9100CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100CC is #6EFF33. Grayscale: #414141. Windows color (decimal): -7274292 or 13369489. OLE color: 13369489.
HSL color Cylindrical-coordinate representation of color #9100CC: hue angle of 282.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100CC is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 0 | 204 | - |
| CMYK | 0.29 | 1 | 0 | 0.2 |
| HSL | 282.65º | 1% | 0.4% | - |
| HSV(B) | 282.65º | 1% | 0.8% | - |
| XYZ | 22.58 | 10.38 | 57.94 | - |
| YUV | 66.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 204 | 0.29 | 1 | 0 | 0.2 | 282.65 | 1 | 0.4 |
| Hex | 91 | 0 | CC | 1D | 64 | 0 | 14 | 11B | 64 | 28 |
| Octal | 221 | 0 | 314 | 35 | 144 | 0 | 24 | 433 | 144 | 50 |
| Binary | 10010001 | 0 | 11001100 | 11101 | 1100100 | 0 | 10100 | 100011011 | 1100100 | 101000 |
Color Harmonies of #9100CC
Complementary color
Monochromatic Colors of #9100CC
Black with #9100CC
Text Example
Text Example
White with #9100CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100CC; }
p { color: rgb(145,0,204); }
H1.HeaderClassName
{
color: #9100CC;
}
.AnyTagClassName
{
color: #9100CC;
}
</style>
background-color css
<style>
a { background-color: #9100CC; }
a { background-color: rgb(145,0,204); }
div.DivClassName
{
background-color: #9100CC;
}
.BgClassName
{
background-color: #9100CC;
}
</style>
border-color css
<style>
span { border-color: #9100CC; }
span { border-color: rgb(145,0,204); }
td.TdClassName
{
border-color: #9100CC;
}
.TagClassName
{
border-color: #9100CC;
}
</style>