Shades of Dark Violet #910FBC
Tints of Dark Violet #910FBC
RGB
CMYK
RGB Variations
Color information
#910FBC (or 0x910FBC) is known color: Dark Violet. HEX triplet: 91, 0F and BC. RGB value is (145,15,188). Sum of RGB (Red+Green+Blue) = 145+15+188=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #910FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910FBC is #6EF043. Grayscale: #494949. Windows color (decimal): -7270468 or 12324753. OLE color: 12324753.
HSL color Cylindrical-coordinate representation of color #910FBC: hue angle of 285.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910FBC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 15 | 188 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.26 |
| HSL | 285.09º | 0.85% | 0.4% | - |
| HSV(B) | 285.09º | 0.92% | 0.74% | - |
| XYZ | 20.92 | 9.99 | 48.4 | - |
| YUV | 73.59 | 192.57 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 188 | 0.23 | 0.92 | 0 | 0.26 | 285.09 | 0.85 | 0.4 |
| Hex | 91 | F | BC | 17 | 5C | 0 | 1A | 11D | 55 | 28 |
| Octal | 221 | 17 | 274 | 27 | 134 | 0 | 32 | 435 | 125 | 50 |
| Binary | 10010001 | 1111 | 10111100 | 10111 | 1011100 | 0 | 11010 | 100011101 | 1010101 | 101000 |
Color Harmonies of #910FBC
Complementary color
Monochromatic Colors of #910FBC
Black with #910FBC
Text Example
Text Example
White with #910FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FBC; }
p { color: rgb(145,15,188); }
H1.HeaderClassName
{
color: #910FBC;
}
.AnyTagClassName
{
color: #910FBC;
}
</style>
background-color css
<style>
a { background-color: #910FBC; }
a { background-color: rgb(145,15,188); }
div.DivClassName
{
background-color: #910FBC;
}
.BgClassName
{
background-color: #910FBC;
}
</style>
border-color css
<style>
span { border-color: #910FBC; }
span { border-color: rgb(145,15,188); }
td.TdClassName
{
border-color: #910FBC;
}
.TagClassName
{
border-color: #910FBC;
}
</style>