Shades of Dark Violet #9100B4
Tints of Dark Violet #9100B4
RGB
CMYK
RGB Variations
Color information
#9100B4 (or 0x9100B4) is known color: Dark Violet. HEX triplet: 91, 00 and B4. RGB value is (145,0,180). Sum of RGB (Red+Green+Blue) = 145+0+180=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #9100B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100B4 is #6EFF4B. Grayscale: #3F3F3F. Windows color (decimal): -7274316 or 11796625. OLE color: 11796625.
HSL color Cylindrical-coordinate representation of color #9100B4: hue angle of 288.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100B4 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 0 | 180 | - |
| CMYK | 0.19 | 1 | 0 | 0.29 |
| HSL | 288.33º | 1% | 0.35% | - |
| HSV(B) | 288.33º | 1% | 0.71% | - |
| XYZ | 19.92 | 9.32 | 43.93 | - |
| YUV | 63.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 180 | 0.19 | 1 | 0 | 0.29 | 288.33 | 1 | 0.35 |
| Hex | 91 | 0 | B4 | 13 | 64 | 0 | 1D | 120 | 64 | 23 |
| Octal | 221 | 0 | 264 | 23 | 144 | 0 | 35 | 440 | 144 | 43 |
| Binary | 10010001 | 0 | 10110100 | 10011 | 1100100 | 0 | 11101 | 100100000 | 1100100 | 100011 |
Color Harmonies of #9100B4
Complementary color
Monochromatic Colors of #9100B4
Black with #9100B4
Text Example
Text Example
White with #9100B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100B4; }
p { color: rgb(145,0,180); }
H1.HeaderClassName
{
color: #9100B4;
}
.AnyTagClassName
{
color: #9100B4;
}
</style>
background-color css
<style>
a { background-color: #9100B4; }
a { background-color: rgb(145,0,180); }
div.DivClassName
{
background-color: #9100B4;
}
.BgClassName
{
background-color: #9100B4;
}
</style>
border-color css
<style>
span { border-color: #9100B4; }
span { border-color: rgb(145,0,180); }
td.TdClassName
{
border-color: #9100B4;
}
.TagClassName
{
border-color: #9100B4;
}
</style>