Shades of Dark Violet #9007D5
Tints of Dark Violet #9007D5
RGB
CMYK
RGB Variations
Color information
#9007D5 (or 0x9007D5) is known color: Dark Violet. HEX triplet: 90, 07 and D5. RGB value is (144,7,213). Sum of RGB (Red+Green+Blue) = 144+7+213=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #9007D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007D5 is #6FF82A. Grayscale: #464646. Windows color (decimal): -7338027 or 13961104. OLE color: 13961104.
HSL color Cylindrical-coordinate representation of color #9007D5: hue angle of 279.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007D5 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 7 | 213 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.16 |
| HSL | 279.9º | 0.94% | 0.43% | - |
| HSV(B) | 279.9º | 0.97% | 0.84% | - |
| XYZ | 23.59 | 10.89 | 63.81 | - |
| YUV | 71.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 213 | 0.32 | 0.97 | 0 | 0.16 | 279.9 | 0.94 | 0.43 |
| Hex | 90 | 7 | D5 | 20 | 61 | 0 | 10 | 118 | 5E | 2B |
| Octal | 220 | 7 | 325 | 40 | 141 | 0 | 20 | 430 | 136 | 53 |
| Binary | 10010000 | 111 | 11010101 | 100000 | 1100001 | 0 | 10000 | 100011000 | 1011110 | 101011 |
Color Harmonies of #9007D5
Complementary color
Monochromatic Colors of #9007D5
Black with #9007D5
Text Example
Text Example
White with #9007D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007D5; }
p { color: rgb(144,7,213); }
H1.HeaderClassName
{
color: #9007D5;
}
.AnyTagClassName
{
color: #9007D5;
}
</style>
background-color css
<style>
a { background-color: #9007D5; }
a { background-color: rgb(144,7,213); }
div.DivClassName
{
background-color: #9007D5;
}
.BgClassName
{
background-color: #9007D5;
}
</style>
border-color css
<style>
span { border-color: #9007D5; }
span { border-color: rgb(144,7,213); }
td.TdClassName
{
border-color: #9007D5;
}
.TagClassName
{
border-color: #9007D5;
}
</style>