Shades of Dark Violet #9006DF
Tints of Dark Violet #9006DF
RGB
CMYK
RGB Variations
Color information
#9006DF (or 0x9006DF) is known color: Dark Violet. HEX triplet: 90, 06 and DF. RGB value is (144,6,223). Sum of RGB (Red+Green+Blue) = 144+6+223=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #9006DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006DF is #6FF920. Grayscale: #474747. Windows color (decimal): -7338273 or 14616208. OLE color: 14616208.
HSL color Cylindrical-coordinate representation of color #9006DF: hue angle of 278.16º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006DF is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 6 | 223 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.13 |
| HSL | 278.16º | 0.95% | 0.45% | - |
| HSV(B) | 278.16º | 0.97% | 0.87% | - |
| XYZ | 24.89 | 11.39 | 70.7 | - |
| YUV | 72 | 213.22 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 223 | 0.35 | 0.97 | 0 | 0.13 | 278.16 | 0.95 | 0.45 |
| Hex | 90 | 6 | DF | 23 | 61 | 0 | D | 116 | 5F | 2D |
| Octal | 220 | 6 | 337 | 43 | 141 | 0 | 15 | 426 | 137 | 55 |
| Binary | 10010000 | 110 | 11011111 | 100011 | 1100001 | 0 | 1101 | 100010110 | 1011111 | 101101 |
Color Harmonies of #9006DF
Complementary color
Monochromatic Colors of #9006DF
Black with #9006DF
Text Example
Text Example
White with #9006DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006DF; }
p { color: rgb(144,6,223); }
H1.HeaderClassName
{
color: #9006DF;
}
.AnyTagClassName
{
color: #9006DF;
}
</style>
background-color css
<style>
a { background-color: #9006DF; }
a { background-color: rgb(144,6,223); }
div.DivClassName
{
background-color: #9006DF;
}
.BgClassName
{
background-color: #9006DF;
}
</style>
border-color css
<style>
span { border-color: #9006DF; }
span { border-color: rgb(144,6,223); }
td.TdClassName
{
border-color: #9006DF;
}
.TagClassName
{
border-color: #9006DF;
}
</style>