Shades of Dark Violet #9105EF
Tints of Dark Violet #9105EF
RGB
CMYK
RGB Variations
Color information
#9105EF (or 0x9105EF) is known color: Dark Violet. HEX triplet: 91, 05 and EF. RGB value is (145,5,239). Sum of RGB (Red+Green+Blue) = 145+5+239=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #9105EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9105EF is #6EFA10. Grayscale: #484848. Windows color (decimal): -7272977 or 15664529. OLE color: 15664529.
HSL color Cylindrical-coordinate representation of color #9105EF: hue angle of 275.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9105EF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 5 | 239 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.06 |
| HSL | 275.9º | 0.96% | 0.48% | - |
| HSV(B) | 275.9º | 0.98% | 0.94% | - |
| XYZ | 27.31 | 12.36 | 82.61 | - |
| YUV | 73.54 | 221.38 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 239 | 0.39 | 0.98 | 0 | 0.06 | 275.9 | 0.96 | 0.48 |
| Hex | 91 | 5 | EF | 27 | 62 | 0 | 6 | 114 | 60 | 30 |
| Octal | 221 | 5 | 357 | 47 | 142 | 0 | 6 | 424 | 140 | 60 |
| Binary | 10010001 | 101 | 11101111 | 100111 | 1100010 | 0 | 110 | 100010100 | 1100000 | 110000 |
Color Harmonies of #9105EF
Complementary color
Monochromatic Colors of #9105EF
Black with #9105EF
Text Example
Text Example
White with #9105EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9105EF; }
p { color: rgb(145,5,239); }
H1.HeaderClassName
{
color: #9105EF;
}
.AnyTagClassName
{
color: #9105EF;
}
</style>
background-color css
<style>
a { background-color: #9105EF; }
a { background-color: rgb(145,5,239); }
div.DivClassName
{
background-color: #9105EF;
}
.BgClassName
{
background-color: #9105EF;
}
</style>
border-color css
<style>
span { border-color: #9105EF; }
span { border-color: rgb(145,5,239); }
td.TdClassName
{
border-color: #9105EF;
}
.TagClassName
{
border-color: #9105EF;
}
</style>