Shades of Dark Violet #9410BF
Tints of Dark Violet #9410BF
RGB
CMYK
RGB Variations
Color information
#9410BF (or 0x9410BF) is known color: Dark Violet. HEX triplet: 94, 10 and BF. RGB value is (148,16,191). Sum of RGB (Red+Green+Blue) = 148+16+191=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #9410BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410BF is #6BEF40. Grayscale: #4A4A4A. Windows color (decimal): -7073601 or 12521620. OLE color: 12521620.
HSL color Cylindrical-coordinate representation of color #9410BF: hue angle of 285.26º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9410BF is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 16 | 191 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.25 |
| HSL | 285.26º | 0.85% | 0.41% | - |
| HSV(B) | 285.26º | 0.92% | 0.75% | - |
| XYZ | 21.8 | 10.43 | 50.15 | - |
| YUV | 75.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 191 | 0.23 | 0.92 | 0 | 0.25 | 285.26 | 0.85 | 0.41 |
| Hex | 94 | 10 | BF | 17 | 5C | 0 | 19 | 11D | 55 | 29 |
| Octal | 224 | 20 | 277 | 27 | 134 | 0 | 31 | 435 | 125 | 51 |
| Binary | 10010100 | 10000 | 10111111 | 10111 | 1011100 | 0 | 11001 | 100011101 | 1010101 | 101001 |
Color Harmonies of #9410BF
Complementary color
Monochromatic Colors of #9410BF
Black with #9410BF
Text Example
Text Example
White with #9410BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410BF; }
p { color: rgb(148,16,191); }
H1.HeaderClassName
{
color: #9410BF;
}
.AnyTagClassName
{
color: #9410BF;
}
</style>
background-color css
<style>
a { background-color: #9410BF; }
a { background-color: rgb(148,16,191); }
div.DivClassName
{
background-color: #9410BF;
}
.BgClassName
{
background-color: #9410BF;
}
</style>
border-color css
<style>
span { border-color: #9410BF; }
span { border-color: rgb(148,16,191); }
td.TdClassName
{
border-color: #9410BF;
}
.TagClassName
{
border-color: #9410BF;
}
</style>