Shades of Dark Violet #9410BA
Tints of Dark Violet #9410BA
RGB
CMYK
RGB Variations
Color information
#9410BA (or 0x9410BA) is known color: Dark Violet. HEX triplet: 94, 10 and BA. RGB value is (148,16,186). Sum of RGB (Red+Green+Blue) = 148+16+186=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #9410BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410BA is #6BEF45. Grayscale: #4A4A4A. Windows color (decimal): -7073606 or 12193940. OLE color: 12193940.
HSL color Cylindrical-coordinate representation of color #9410BA: hue angle of 286.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9410BA is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 16 | 186 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.27 |
| HSL | 286.59º | 0.84% | 0.4% | - |
| HSV(B) | 286.59º | 0.91% | 0.73% | - |
| XYZ | 21.26 | 10.21 | 47.3 | - |
| YUV | 74.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 186 | 0.20 | 0.91 | 0 | 0.27 | 286.59 | 0.84 | 0.4 |
| Hex | 94 | 10 | BA | 14 | 5B | 0 | 1B | 11F | 54 | 28 |
| Octal | 224 | 20 | 272 | 24 | 133 | 0 | 33 | 437 | 124 | 50 |
| Binary | 10010100 | 10000 | 10111010 | 10100 | 1011011 | 0 | 11011 | 100011111 | 1010100 | 101000 |
Color Harmonies of #9410BA
Complementary color
Monochromatic Colors of #9410BA
Black with #9410BA
Text Example
Text Example
White with #9410BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410BA; }
p { color: rgb(148,16,186); }
H1.HeaderClassName
{
color: #9410BA;
}
.AnyTagClassName
{
color: #9410BA;
}
</style>
background-color css
<style>
a { background-color: #9410BA; }
a { background-color: rgb(148,16,186); }
div.DivClassName
{
background-color: #9410BA;
}
.BgClassName
{
background-color: #9410BA;
}
</style>
border-color css
<style>
span { border-color: #9410BA; }
span { border-color: rgb(148,16,186); }
td.TdClassName
{
border-color: #9410BA;
}
.TagClassName
{
border-color: #9410BA;
}
</style>