Shades of Dark Violet #9103EF
Tints of Dark Violet #9103EF
RGB
CMYK
RGB Variations
Color information
#9103EF (or 0x9103EF) is known color: Dark Violet. HEX triplet: 91, 03 and EF. RGB value is (145,3,239). Sum of RGB (Red+Green+Blue) = 145+3+239=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #9103EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9103EF is #6EFC10. Grayscale: #474747. Windows color (decimal): -7273489 or 15664017. OLE color: 15664017.
HSL color Cylindrical-coordinate representation of color #9103EF: hue angle of 276.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9103EF is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 3 | 239 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.06 |
| HSL | 276.1º | 0.98% | 0.47% | - |
| HSV(B) | 276.1º | 0.99% | 0.94% | - |
| XYZ | 27.29 | 12.32 | 82.6 | - |
| YUV | 72.36 | 222.04 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 239 | 0.39 | 0.99 | 0 | 0.06 | 276.1 | 0.98 | 0.47 |
| Hex | 91 | 3 | EF | 27 | 63 | 0 | 6 | 114 | 62 | 2F |
| Octal | 221 | 3 | 357 | 47 | 143 | 0 | 6 | 424 | 142 | 57 |
| Binary | 10010001 | 11 | 11101111 | 100111 | 1100011 | 0 | 110 | 100010100 | 1100010 | 101111 |
Color Harmonies of #9103EF
Complementary color
Monochromatic Colors of #9103EF
Black with #9103EF
Text Example
Text Example
White with #9103EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9103EF; }
p { color: rgb(145,3,239); }
H1.HeaderClassName
{
color: #9103EF;
}
.AnyTagClassName
{
color: #9103EF;
}
</style>
background-color css
<style>
a { background-color: #9103EF; }
a { background-color: rgb(145,3,239); }
div.DivClassName
{
background-color: #9103EF;
}
.BgClassName
{
background-color: #9103EF;
}
</style>
border-color css
<style>
span { border-color: #9103EF; }
span { border-color: rgb(145,3,239); }
td.TdClassName
{
border-color: #9103EF;
}
.TagClassName
{
border-color: #9103EF;
}
</style>