Shades of Dark Violet #910FEA
Tints of Dark Violet #910FEA
RGB
CMYK
RGB Variations
Color information
#910FEA (or 0x910FEA) is known color: Dark Violet. HEX triplet: 91, 0F and EA. RGB value is (145,15,234). Sum of RGB (Red+Green+Blue) = 145+15+234=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #910FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910FEA is #6EF015. Grayscale: #4E4E4E. Windows color (decimal): -7270422 or 15339409. OLE color: 15339409.
HSL color Cylindrical-coordinate representation of color #910FEA: hue angle of 275.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910FEA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 15 | 234 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.08 |
| HSL | 275.62º | 0.88% | 0.49% | - |
| HSV(B) | 275.62º | 0.94% | 0.92% | - |
| XYZ | 26.7 | 12.3 | 78.81 | - |
| YUV | 78.84 | 215.57 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 234 | 0.38 | 0.94 | 0 | 0.08 | 275.62 | 0.88 | 0.49 |
| Hex | 91 | F | EA | 26 | 5E | 0 | 8 | 114 | 58 | 31 |
| Octal | 221 | 17 | 352 | 46 | 136 | 0 | 10 | 424 | 130 | 61 |
| Binary | 10010001 | 1111 | 11101010 | 100110 | 1011110 | 0 | 1000 | 100010100 | 1011000 | 110001 |
Color Harmonies of #910FEA
Complementary color
Monochromatic Colors of #910FEA
Black with #910FEA
Text Example
Text Example
White with #910FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FEA; }
p { color: rgb(145,15,234); }
H1.HeaderClassName
{
color: #910FEA;
}
.AnyTagClassName
{
color: #910FEA;
}
</style>
background-color css
<style>
a { background-color: #910FEA; }
a { background-color: rgb(145,15,234); }
div.DivClassName
{
background-color: #910FEA;
}
.BgClassName
{
background-color: #910FEA;
}
</style>
border-color css
<style>
span { border-color: #910FEA; }
span { border-color: rgb(145,15,234); }
td.TdClassName
{
border-color: #910FEA;
}
.TagClassName
{
border-color: #910FEA;
}
</style>