Shades of Dark Violet #9103ED
Tints of Dark Violet #9103ED
RGB
CMYK
RGB Variations
Color information
#9103ED (or 0x9103ED) is known color: Dark Violet. HEX triplet: 91, 03 and ED. RGB value is (145,3,237). Sum of RGB (Red+Green+Blue) = 145+3+237=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #9103ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9103ED is #6EFC12. Grayscale: #474747. Windows color (decimal): -7273491 or 15532945. OLE color: 15532945.
HSL color Cylindrical-coordinate representation of color #9103ED: hue angle of 276.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9103ED is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 3 | 237 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.07 |
| HSL | 276.41º | 0.98% | 0.47% | - |
| HSV(B) | 276.41º | 0.99% | 0.93% | - |
| XYZ | 27 | 12.2 | 81.05 | - |
| YUV | 72.13 | 221.04 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 237 | 0.39 | 0.99 | 0 | 0.07 | 276.41 | 0.98 | 0.47 |
| Hex | 91 | 3 | ED | 27 | 63 | 0 | 7 | 114 | 62 | 2F |
| Octal | 221 | 3 | 355 | 47 | 143 | 0 | 7 | 424 | 142 | 57 |
| Binary | 10010001 | 11 | 11101101 | 100111 | 1100011 | 0 | 111 | 100010100 | 1100010 | 101111 |
Color Harmonies of #9103ED
Complementary color
Monochromatic Colors of #9103ED
Black with #9103ED
Text Example
Text Example
White with #9103ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9103ED; }
p { color: rgb(145,3,237); }
H1.HeaderClassName
{
color: #9103ED;
}
.AnyTagClassName
{
color: #9103ED;
}
</style>
background-color css
<style>
a { background-color: #9103ED; }
a { background-color: rgb(145,3,237); }
div.DivClassName
{
background-color: #9103ED;
}
.BgClassName
{
background-color: #9103ED;
}
</style>
border-color css
<style>
span { border-color: #9103ED; }
span { border-color: rgb(145,3,237); }
td.TdClassName
{
border-color: #9103ED;
}
.TagClassName
{
border-color: #9103ED;
}
</style>