Shades of Blue Violet #910FEE
Tints of Blue Violet #910FEE
RGB
CMYK
RGB Variations
Color information
#910FEE (or 0x910FEE) is known color: Blue Violet. HEX triplet: 91, 0F and EE. RGB value is (145,15,238). Sum of RGB (Red+Green+Blue) = 145+15+238=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #910FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910FEE is #6EF011. Grayscale: #4E4E4E. Windows color (decimal): -7270418 or 15601553. OLE color: 15601553.
HSL color Cylindrical-coordinate representation of color #910FEE: hue angle of 274.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910FEE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 15 | 238 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.07 |
| HSL | 274.98º | 0.88% | 0.5% | - |
| HSV(B) | 274.98º | 0.94% | 0.93% | - |
| XYZ | 27.28 | 12.53 | 81.87 | - |
| YUV | 79.29 | 217.57 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 238 | 0.39 | 0.94 | 0 | 0.07 | 274.98 | 0.88 | 0.5 |
| Hex | 91 | F | EE | 27 | 5E | 0 | 7 | 113 | 58 | 32 |
| Octal | 221 | 17 | 356 | 47 | 136 | 0 | 7 | 423 | 130 | 62 |
| Binary | 10010001 | 1111 | 11101110 | 100111 | 1011110 | 0 | 111 | 100010011 | 1011000 | 110010 |
Color Harmonies of #910FEE
Complementary color
Monochromatic Colors of #910FEE
Black with #910FEE
Text Example
Text Example
White with #910FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FEE; }
p { color: rgb(145,15,238); }
H1.HeaderClassName
{
color: #910FEE;
}
.AnyTagClassName
{
color: #910FEE;
}
</style>
background-color css
<style>
a { background-color: #910FEE; }
a { background-color: rgb(145,15,238); }
div.DivClassName
{
background-color: #910FEE;
}
.BgClassName
{
background-color: #910FEE;
}
</style>
border-color css
<style>
span { border-color: #910FEE; }
span { border-color: rgb(145,15,238); }
td.TdClassName
{
border-color: #910FEE;
}
.TagClassName
{
border-color: #910FEE;
}
</style>