Shades of Dark Violet #910BEE
Tints of Dark Violet #910BEE
RGB
CMYK
RGB Variations
Color information
#910BEE (or 0x910BEE) is known color: Dark Violet. HEX triplet: 91, 0B and EE. RGB value is (145,11,238). Sum of RGB (Red+Green+Blue) = 145+11+238=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #910BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910BEE is #6EF411. Grayscale: #4C4C4C. Windows color (decimal): -7271442 or 15600529. OLE color: 15600529.
HSL color Cylindrical-coordinate representation of color #910BEE: hue angle of 275.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910BEE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 11 | 238 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.07 |
| HSL | 275.42º | 0.91% | 0.49% | - |
| HSV(B) | 275.42º | 0.95% | 0.93% | - |
| XYZ | 27.23 | 12.43 | 81.85 | - |
| YUV | 76.94 | 218.89 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 238 | 0.39 | 0.95 | 0 | 0.07 | 275.42 | 0.91 | 0.49 |
| Hex | 91 | B | EE | 27 | 5F | 0 | 7 | 113 | 5B | 31 |
| Octal | 221 | 13 | 356 | 47 | 137 | 0 | 7 | 423 | 133 | 61 |
| Binary | 10010001 | 1011 | 11101110 | 100111 | 1011111 | 0 | 111 | 100010011 | 1011011 | 110001 |
Color Harmonies of #910BEE
Complementary color
Monochromatic Colors of #910BEE
Black with #910BEE
Text Example
Text Example
White with #910BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BEE; }
p { color: rgb(145,11,238); }
H1.HeaderClassName
{
color: #910BEE;
}
.AnyTagClassName
{
color: #910BEE;
}
</style>
background-color css
<style>
a { background-color: #910BEE; }
a { background-color: rgb(145,11,238); }
div.DivClassName
{
background-color: #910BEE;
}
.BgClassName
{
background-color: #910BEE;
}
</style>
border-color css
<style>
span { border-color: #910BEE; }
span { border-color: rgb(145,11,238); }
td.TdClassName
{
border-color: #910BEE;
}
.TagClassName
{
border-color: #910BEE;
}
</style>