Shades of Dark Violet #9100B9
Tints of Dark Violet #9100B9
RGB
CMYK
RGB Variations
Color information
#9100B9 (or 0x9100B9) is known color: Dark Violet. HEX triplet: 91, 00 and B9. RGB value is (145,0,185). Sum of RGB (Red+Green+Blue) = 145+0+185=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #9100B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100B9 is #6EFF46. Grayscale: #3F3F3F. Windows color (decimal): -7274311 or 12124305. OLE color: 12124305.
HSL color Cylindrical-coordinate representation of color #9100B9: hue angle of 287.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100B9 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 0 | 185 | - |
| CMYK | 0.22 | 1 | 0 | 0.27 |
| HSL | 287.03º | 1% | 0.36% | - |
| HSV(B) | 287.03º | 1% | 0.73% | - |
| XYZ | 20.43 | 9.52 | 46.66 | - |
| YUV | 64.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 185 | 0.22 | 1 | 0 | 0.27 | 287.03 | 1 | 0.36 |
| Hex | 91 | 0 | B9 | 16 | 64 | 0 | 1B | 11F | 64 | 24 |
| Octal | 221 | 0 | 271 | 26 | 144 | 0 | 33 | 437 | 144 | 44 |
| Binary | 10010001 | 0 | 10111001 | 10110 | 1100100 | 0 | 11011 | 100011111 | 1100100 | 100100 |
Color Harmonies of #9100B9
Complementary color
Monochromatic Colors of #9100B9
Black with #9100B9
Text Example
Text Example
White with #9100B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100B9; }
p { color: rgb(145,0,185); }
H1.HeaderClassName
{
color: #9100B9;
}
.AnyTagClassName
{
color: #9100B9;
}
</style>
background-color css
<style>
a { background-color: #9100B9; }
a { background-color: rgb(145,0,185); }
div.DivClassName
{
background-color: #9100B9;
}
.BgClassName
{
background-color: #9100B9;
}
</style>
border-color css
<style>
span { border-color: #9100B9; }
span { border-color: rgb(145,0,185); }
td.TdClassName
{
border-color: #9100B9;
}
.TagClassName
{
border-color: #9100B9;
}
</style>