Shades of Dark Violet #9007E7
Tints of Dark Violet #9007E7
RGB
CMYK
RGB Variations
Color information
#9007E7 (or 0x9007E7) is known color: Dark Violet. HEX triplet: 90, 07 and E7. RGB value is (144,7,231). Sum of RGB (Red+Green+Blue) = 144+7+231=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #9007E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9007E7 is #6FF818. Grayscale: #484848. Windows color (decimal): -7338009 or 15140752. OLE color: 15140752.
HSL color Cylindrical-coordinate representation of color #9007E7: hue angle of 276.7º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007E7 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 7 | 231 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.09 |
| HSL | 276.7º | 0.94% | 0.47% | - |
| HSV(B) | 276.7º | 0.97% | 0.91% | - |
| XYZ | 26 | 11.85 | 76.52 | - |
| YUV | 73.5 | 216.89 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 231 | 0.38 | 0.97 | 0 | 0.09 | 276.7 | 0.94 | 0.47 |
| Hex | 90 | 7 | E7 | 26 | 61 | 0 | 9 | 115 | 5E | 2F |
| Octal | 220 | 7 | 347 | 46 | 141 | 0 | 11 | 425 | 136 | 57 |
| Binary | 10010000 | 111 | 11100111 | 100110 | 1100001 | 0 | 1001 | 100010101 | 1011110 | 101111 |
Color Harmonies of #9007E7
Complementary color
Monochromatic Colors of #9007E7
Black with #9007E7
Text Example
Text Example
White with #9007E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007E7; }
p { color: rgb(144,7,231); }
H1.HeaderClassName
{
color: #9007E7;
}
.AnyTagClassName
{
color: #9007E7;
}
</style>
background-color css
<style>
a { background-color: #9007E7; }
a { background-color: rgb(144,7,231); }
div.DivClassName
{
background-color: #9007E7;
}
.BgClassName
{
background-color: #9007E7;
}
</style>
border-color css
<style>
span { border-color: #9007E7; }
span { border-color: rgb(144,7,231); }
td.TdClassName
{
border-color: #9007E7;
}
.TagClassName
{
border-color: #9007E7;
}
</style>