Shades of Dark Violet #9007D0
Tints of Dark Violet #9007D0
RGB
CMYK
RGB Variations
Color information
#9007D0 (or 0x9007D0) is known color: Dark Violet. HEX triplet: 90, 07 and D0. RGB value is (144,7,208). Sum of RGB (Red+Green+Blue) = 144+7+208=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #9007D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007D0 is #6FF82F. Grayscale: #464646. Windows color (decimal): -7338032 or 13633424. OLE color: 13633424.
HSL color Cylindrical-coordinate representation of color #9007D0: hue angle of 280.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007D0 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 7 | 208 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.18 |
| HSL | 280.9º | 0.93% | 0.42% | - |
| HSV(B) | 280.9º | 0.97% | 0.82% | - |
| XYZ | 22.96 | 10.64 | 60.52 | - |
| YUV | 70.88 | 205.39 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 208 | 0.31 | 0.97 | 0 | 0.18 | 280.9 | 0.93 | 0.42 |
| Hex | 90 | 7 | D0 | 1F | 61 | 0 | 12 | 119 | 5D | 2A |
| Octal | 220 | 7 | 320 | 37 | 141 | 0 | 22 | 431 | 135 | 52 |
| Binary | 10010000 | 111 | 11010000 | 11111 | 1100001 | 0 | 10010 | 100011001 | 1011101 | 101010 |
Color Harmonies of #9007D0
Complementary color
Monochromatic Colors of #9007D0
Black with #9007D0
Text Example
Text Example
White with #9007D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007D0; }
p { color: rgb(144,7,208); }
H1.HeaderClassName
{
color: #9007D0;
}
.AnyTagClassName
{
color: #9007D0;
}
</style>
background-color css
<style>
a { background-color: #9007D0; }
a { background-color: rgb(144,7,208); }
div.DivClassName
{
background-color: #9007D0;
}
.BgClassName
{
background-color: #9007D0;
}
</style>
border-color css
<style>
span { border-color: #9007D0; }
span { border-color: rgb(144,7,208); }
td.TdClassName
{
border-color: #9007D0;
}
.TagClassName
{
border-color: #9007D0;
}
</style>