Shades of Dark Violet #9006CC
Tints of Dark Violet #9006CC
RGB
CMYK
RGB Variations
Color information
#9006CC (or 0x9006CC) is known color: Dark Violet. HEX triplet: 90, 06 and CC. RGB value is (144,6,204). Sum of RGB (Red+Green+Blue) = 144+6+204=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #9006CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006CC is #6FF933. Grayscale: #454545. Windows color (decimal): -7338292 or 13371024. OLE color: 13371024.
HSL color Cylindrical-coordinate representation of color #9006CC: hue angle of 281.82º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006CC is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 6 | 204 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.2 |
| HSL | 281.82º | 0.94% | 0.41% | - |
| HSV(B) | 281.82º | 0.97% | 0.8% | - |
| XYZ | 22.47 | 10.42 | 57.95 | - |
| YUV | 69.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 204 | 0.29 | 0.97 | 0 | 0.2 | 281.82 | 0.94 | 0.41 |
| Hex | 90 | 6 | CC | 1D | 61 | 0 | 14 | 11A | 5E | 29 |
| Octal | 220 | 6 | 314 | 35 | 141 | 0 | 24 | 432 | 136 | 51 |
| Binary | 10010000 | 110 | 11001100 | 11101 | 1100001 | 0 | 10100 | 100011010 | 1011110 | 101001 |
Color Harmonies of #9006CC
Complementary color
Monochromatic Colors of #9006CC
Black with #9006CC
Text Example
Text Example
White with #9006CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006CC; }
p { color: rgb(144,6,204); }
H1.HeaderClassName
{
color: #9006CC;
}
.AnyTagClassName
{
color: #9006CC;
}
</style>
background-color css
<style>
a { background-color: #9006CC; }
a { background-color: rgb(144,6,204); }
div.DivClassName
{
background-color: #9006CC;
}
.BgClassName
{
background-color: #9006CC;
}
</style>
border-color css
<style>
span { border-color: #9006CC; }
span { border-color: rgb(144,6,204); }
td.TdClassName
{
border-color: #9006CC;
}
.TagClassName
{
border-color: #9006CC;
}
</style>