Shades of Dark Violet #9105ED
Tints of Dark Violet #9105ED
RGB
CMYK
RGB Variations
Color information
#9105ED (or 0x9105ED) is known color: Dark Violet. HEX triplet: 91, 05 and ED. RGB value is (145,5,237). Sum of RGB (Red+Green+Blue) = 145+5+237=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #9105ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9105ED is #6EFA12. Grayscale: #484848. Windows color (decimal): -7272979 or 15533457. OLE color: 15533457.
HSL color Cylindrical-coordinate representation of color #9105ED: hue angle of 276.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9105ED is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 5 | 237 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.07 |
| HSL | 276.21º | 0.96% | 0.47% | - |
| HSV(B) | 276.21º | 0.98% | 0.93% | - |
| XYZ | 27.02 | 12.24 | 81.06 | - |
| YUV | 73.31 | 220.38 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 237 | 0.39 | 0.98 | 0 | 0.07 | 276.21 | 0.96 | 0.47 |
| Hex | 91 | 5 | ED | 27 | 62 | 0 | 7 | 114 | 60 | 2F |
| Octal | 221 | 5 | 355 | 47 | 142 | 0 | 7 | 424 | 140 | 57 |
| Binary | 10010001 | 101 | 11101101 | 100111 | 1100010 | 0 | 111 | 100010100 | 1100000 | 101111 |
Color Harmonies of #9105ED
Complementary color
Monochromatic Colors of #9105ED
Black with #9105ED
Text Example
Text Example
White with #9105ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9105ED; }
p { color: rgb(145,5,237); }
H1.HeaderClassName
{
color: #9105ED;
}
.AnyTagClassName
{
color: #9105ED;
}
</style>
background-color css
<style>
a { background-color: #9105ED; }
a { background-color: rgb(145,5,237); }
div.DivClassName
{
background-color: #9105ED;
}
.BgClassName
{
background-color: #9105ED;
}
</style>
border-color css
<style>
span { border-color: #9105ED; }
span { border-color: rgb(145,5,237); }
td.TdClassName
{
border-color: #9105ED;
}
.TagClassName
{
border-color: #9105ED;
}
</style>