Shades of Dark Violet #910BF1
Tints of Dark Violet #910BF1
RGB
CMYK
RGB Variations
Color information
#910BF1 (or 0x910BF1) is known color: Dark Violet. HEX triplet: 91, 0B and F1. RGB value is (145,11,241). Sum of RGB (Red+Green+Blue) = 145+11+241=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #910BF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910BF1 is #6EF40E. Grayscale: #4C4C4C. Windows color (decimal): -7271439 or 15797137. OLE color: 15797137.
HSL color Cylindrical-coordinate representation of color #910BF1: hue angle of 274.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910BF1 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 11 | 241 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.05 |
| HSL | 274.96º | 0.91% | 0.49% | - |
| HSV(B) | 274.96º | 0.95% | 0.95% | - |
| XYZ | 27.67 | 12.61 | 84.19 | - |
| YUV | 77.29 | 220.39 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 241 | 0.40 | 0.95 | 0 | 0.05 | 274.96 | 0.91 | 0.49 |
| Hex | 91 | B | F1 | 28 | 5F | 0 | 5 | 113 | 5B | 31 |
| Octal | 221 | 13 | 361 | 50 | 137 | 0 | 5 | 423 | 133 | 61 |
| Binary | 10010001 | 1011 | 11110001 | 101000 | 1011111 | 0 | 101 | 100010011 | 1011011 | 110001 |
Color Harmonies of #910BF1
Complementary color
Monochromatic Colors of #910BF1
Black with #910BF1
Text Example
Text Example
White with #910BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BF1; }
p { color: rgb(145,11,241); }
H1.HeaderClassName
{
color: #910BF1;
}
.AnyTagClassName
{
color: #910BF1;
}
</style>
background-color css
<style>
a { background-color: #910BF1; }
a { background-color: rgb(145,11,241); }
div.DivClassName
{
background-color: #910BF1;
}
.BgClassName
{
background-color: #910BF1;
}
</style>
border-color css
<style>
span { border-color: #910BF1; }
span { border-color: rgb(145,11,241); }
td.TdClassName
{
border-color: #910BF1;
}
.TagClassName
{
border-color: #910BF1;
}
</style>