Shades of Dark Violet #9102E7
Tints of Dark Violet #9102E7
RGB
CMYK
RGB Variations
Color information
#9102E7 (or 0x9102E7) is known color: Dark Violet. HEX triplet: 91, 02 and E7. RGB value is (145,2,231). Sum of RGB (Red+Green+Blue) = 145+2+231=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #9102E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9102E7 is #6EFD18. Grayscale: #464646. Windows color (decimal): -7273753 or 15139473. OLE color: 15139473.
HSL color Cylindrical-coordinate representation of color #9102E7: hue angle of 277.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9102E7 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 2 | 231 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.09 |
| HSL | 277.47º | 0.98% | 0.46% | - |
| HSV(B) | 277.47º | 0.99% | 0.91% | - |
| XYZ | 26.12 | 11.83 | 76.51 | - |
| YUV | 70.86 | 218.38 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 231 | 0.37 | 0.99 | 0 | 0.09 | 277.47 | 0.98 | 0.46 |
| Hex | 91 | 2 | E7 | 25 | 63 | 0 | 9 | 115 | 62 | 2E |
| Octal | 221 | 2 | 347 | 45 | 143 | 0 | 11 | 425 | 142 | 56 |
| Binary | 10010001 | 10 | 11100111 | 100101 | 1100011 | 0 | 1001 | 100010101 | 1100010 | 101110 |
Color Harmonies of #9102E7
Complementary color
Monochromatic Colors of #9102E7
Black with #9102E7
Text Example
Text Example
White with #9102E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9102E7; }
p { color: rgb(145,2,231); }
H1.HeaderClassName
{
color: #9102E7;
}
.AnyTagClassName
{
color: #9102E7;
}
</style>
background-color css
<style>
a { background-color: #9102E7; }
a { background-color: rgb(145,2,231); }
div.DivClassName
{
background-color: #9102E7;
}
.BgClassName
{
background-color: #9102E7;
}
</style>
border-color css
<style>
span { border-color: #9102E7; }
span { border-color: rgb(145,2,231); }
td.TdClassName
{
border-color: #9102E7;
}
.TagClassName
{
border-color: #9102E7;
}
</style>