Shades of Dark Violet #9006CF
Tints of Dark Violet #9006CF
RGB
CMYK
RGB Variations
Color information
#9006CF (or 0x9006CF) is known color: Dark Violet. HEX triplet: 90, 06 and CF. RGB value is (144,6,207). Sum of RGB (Red+Green+Blue) = 144+6+207=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #9006CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006CF is #6FF930. Grayscale: #454545. Windows color (decimal): -7338289 or 13567632. OLE color: 13567632.
HSL color Cylindrical-coordinate representation of color #9006CF: hue angle of 281.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006CF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 6 | 207 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.19 |
| HSL | 281.19º | 0.94% | 0.42% | - |
| HSV(B) | 281.19º | 0.97% | 0.81% | - |
| XYZ | 22.83 | 10.56 | 59.87 | - |
| YUV | 70.18 | 205.22 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 207 | 0.30 | 0.97 | 0 | 0.19 | 281.19 | 0.94 | 0.42 |
| Hex | 90 | 6 | CF | 1E | 61 | 0 | 13 | 119 | 5E | 2A |
| Octal | 220 | 6 | 317 | 36 | 141 | 0 | 23 | 431 | 136 | 52 |
| Binary | 10010000 | 110 | 11001111 | 11110 | 1100001 | 0 | 10011 | 100011001 | 1011110 | 101010 |
Color Harmonies of #9006CF
Complementary color
Monochromatic Colors of #9006CF
Black with #9006CF
Text Example
Text Example
White with #9006CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006CF; }
p { color: rgb(144,6,207); }
H1.HeaderClassName
{
color: #9006CF;
}
.AnyTagClassName
{
color: #9006CF;
}
</style>
background-color css
<style>
a { background-color: #9006CF; }
a { background-color: rgb(144,6,207); }
div.DivClassName
{
background-color: #9006CF;
}
.BgClassName
{
background-color: #9006CF;
}
</style>
border-color css
<style>
span { border-color: #9006CF; }
span { border-color: rgb(144,6,207); }
td.TdClassName
{
border-color: #9006CF;
}
.TagClassName
{
border-color: #9006CF;
}
</style>