Shades of Dark Violet #910FB4
Tints of Dark Violet #910FB4
RGB
CMYK
RGB Variations
Color information
#910FB4 (or 0x910FB4) is known color: Dark Violet. HEX triplet: 91, 0F and B4. RGB value is (145,15,180). Sum of RGB (Red+Green+Blue) = 145+15+180=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #910FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910FB4 is #6EF04B. Grayscale: #484848. Windows color (decimal): -7270476 or 11800465. OLE color: 11800465.
HSL color Cylindrical-coordinate representation of color #910FB4: hue angle of 287.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910FB4 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 15 | 180 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.29 |
| HSL | 287.27º | 0.85% | 0.38% | - |
| HSV(B) | 287.27º | 0.92% | 0.71% | - |
| XYZ | 20.09 | 9.66 | 43.99 | - |
| YUV | 72.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 180 | 0.19 | 0.92 | 0 | 0.29 | 287.27 | 0.85 | 0.38 |
| Hex | 91 | F | B4 | 13 | 5C | 0 | 1D | 11F | 55 | 26 |
| Octal | 221 | 17 | 264 | 23 | 134 | 0 | 35 | 437 | 125 | 46 |
| Binary | 10010001 | 1111 | 10110100 | 10011 | 1011100 | 0 | 11101 | 100011111 | 1010101 | 100110 |
Color Harmonies of #910FB4
Complementary color
Monochromatic Colors of #910FB4
Black with #910FB4
Text Example
Text Example
White with #910FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FB4; }
p { color: rgb(145,15,180); }
H1.HeaderClassName
{
color: #910FB4;
}
.AnyTagClassName
{
color: #910FB4;
}
</style>
background-color css
<style>
a { background-color: #910FB4; }
a { background-color: rgb(145,15,180); }
div.DivClassName
{
background-color: #910FB4;
}
.BgClassName
{
background-color: #910FB4;
}
</style>
border-color css
<style>
span { border-color: #910FB4; }
span { border-color: rgb(145,15,180); }
td.TdClassName
{
border-color: #910FB4;
}
.TagClassName
{
border-color: #910FB4;
}
</style>