Shades of Dark Violet #9006FC
Tints of Dark Violet #9006FC
RGB
CMYK
RGB Variations
Color information
#9006FC (or 0x9006FC) is known color: Dark Violet. HEX triplet: 90, 06 and FC. RGB value is (144,6,252). Sum of RGB (Red+Green+Blue) = 144+6+252=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #9006FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006FC is #6FF903. Grayscale: #4A4A4A. Windows color (decimal): -7338244 or 16516752. OLE color: 16516752.
HSL color Cylindrical-coordinate representation of color #9006FC: hue angle of 273.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9006FC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 6 | 252 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.01 |
| HSL | 273.66º | 0.98% | 0.51% | - |
| HSV(B) | 273.66º | 0.98% | 0.99% | - |
| XYZ | 29.14 | 13.09 | 93.09 | - |
| YUV | 75.31 | 227.72 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 252 | 0.43 | 0.98 | 0 | 0.01 | 273.66 | 0.98 | 0.51 |
| Hex | 90 | 6 | FC | 2B | 62 | 0 | 1 | 112 | 62 | 33 |
| Octal | 220 | 6 | 374 | 53 | 142 | 0 | 1 | 422 | 142 | 63 |
| Binary | 10010000 | 110 | 11111100 | 101011 | 1100010 | 0 | 1 | 100010010 | 1100010 | 110011 |
Color Harmonies of #9006FC
Complementary color
Monochromatic Colors of #9006FC
Black with #9006FC
Text Example
Text Example
White with #9006FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006FC; }
p { color: rgb(144,6,252); }
H1.HeaderClassName
{
color: #9006FC;
}
.AnyTagClassName
{
color: #9006FC;
}
</style>
background-color css
<style>
a { background-color: #9006FC; }
a { background-color: rgb(144,6,252); }
div.DivClassName
{
background-color: #9006FC;
}
.BgClassName
{
background-color: #9006FC;
}
</style>
border-color css
<style>
span { border-color: #9006FC; }
span { border-color: rgb(144,6,252); }
td.TdClassName
{
border-color: #9006FC;
}
.TagClassName
{
border-color: #9006FC;
}
</style>