Shades of Dark Violet #9007B9
Tints of Dark Violet #9007B9
RGB
CMYK
RGB Variations
Color information
#9007B9 (or 0x9007B9) is known color: Dark Violet. HEX triplet: 90, 07 and B9. RGB value is (144,7,185). Sum of RGB (Red+Green+Blue) = 144+7+185=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #9007B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007B9 is #6FF846. Grayscale: #434343. Windows color (decimal): -7338055 or 12126096. OLE color: 12126096.
HSL color Cylindrical-coordinate representation of color #9007B9: hue angle of 286.18º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9007B9 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 7 | 185 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.27 |
| HSL | 286.18º | 0.93% | 0.38% | - |
| HSV(B) | 286.18º | 0.96% | 0.73% | - |
| XYZ | 20.33 | 9.58 | 46.68 | - |
| YUV | 68.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 185 | 0.22 | 0.96 | 0 | 0.27 | 286.18 | 0.93 | 0.38 |
| Hex | 90 | 7 | B9 | 16 | 60 | 0 | 1B | 11E | 5D | 26 |
| Octal | 220 | 7 | 271 | 26 | 140 | 0 | 33 | 436 | 135 | 46 |
| Binary | 10010000 | 111 | 10111001 | 10110 | 1100000 | 0 | 11011 | 100011110 | 1011101 | 100110 |
Color Harmonies of #9007B9
Complementary color
Monochromatic Colors of #9007B9
Black with #9007B9
Text Example
Text Example
White with #9007B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007B9; }
p { color: rgb(144,7,185); }
H1.HeaderClassName
{
color: #9007B9;
}
.AnyTagClassName
{
color: #9007B9;
}
</style>
background-color css
<style>
a { background-color: #9007B9; }
a { background-color: rgb(144,7,185); }
div.DivClassName
{
background-color: #9007B9;
}
.BgClassName
{
background-color: #9007B9;
}
</style>
border-color css
<style>
span { border-color: #9007B9; }
span { border-color: rgb(144,7,185); }
td.TdClassName
{
border-color: #9007B9;
}
.TagClassName
{
border-color: #9007B9;
}
</style>