Shades of Dark Violet #9B10F1
Tints of Dark Violet #9B10F1
RGB
CMYK
RGB Variations
Color information
#9B10F1 (or 0x9B10F1) is known color: Dark Violet. HEX triplet: 9B, 10 and F1. RGB value is (155,16,241). Sum of RGB (Red+Green+Blue) = 155+16+241=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B10F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B10F1 is #64EF0E. Grayscale: #525252. Windows color (decimal): -6614799 or 15798427. OLE color: 15798427.
HSL color Cylindrical-coordinate representation of color #9B10F1: hue angle of 277.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B10F1 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 16 | 241 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.05 |
| HSL | 277.07º | 0.89% | 0.5% | - |
| HSV(B) | 277.07º | 0.93% | 0.95% | - |
| XYZ | 29.58 | 13.69 | 84.3 | - |
| YUV | 83.21 | 217.05 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 241 | 0.36 | 0.93 | 0 | 0.05 | 277.07 | 0.89 | 0.5 |
| Hex | 9B | 10 | F1 | 24 | 5D | 0 | 5 | 115 | 59 | 32 |
| Octal | 233 | 20 | 361 | 44 | 135 | 0 | 5 | 425 | 131 | 62 |
| Binary | 10011011 | 10000 | 11110001 | 100100 | 1011101 | 0 | 101 | 100010101 | 1011001 | 110010 |
Color Harmonies of #9B10F1
Complementary color
Monochromatic Colors of #9B10F1
Black with #9B10F1
Text Example
Text Example
White with #9B10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B10F1; }
p { color: rgb(155,16,241); }
H1.HeaderClassName
{
color: #9B10F1;
}
.AnyTagClassName
{
color: #9B10F1;
}
</style>
background-color css
<style>
a { background-color: #9B10F1; }
a { background-color: rgb(155,16,241); }
div.DivClassName
{
background-color: #9B10F1;
}
.BgClassName
{
background-color: #9B10F1;
}
</style>
border-color css
<style>
span { border-color: #9B10F1; }
span { border-color: rgb(155,16,241); }
td.TdClassName
{
border-color: #9B10F1;
}
.TagClassName
{
border-color: #9B10F1;
}
</style>