Shades of Dark Violet #9004FC
Tints of Dark Violet #9004FC
RGB
CMYK
RGB Variations
Color information
#9004FC (or 0x9004FC) is known color: Dark Violet. HEX triplet: 90, 04 and FC. RGB value is (144,4,252). Sum of RGB (Red+Green+Blue) = 144+4+252=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #9004FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9004FC is #6FFB03. Grayscale: #494949. Windows color (decimal): -7338756 or 16516240. OLE color: 16516240.
HSL color Cylindrical-coordinate representation of color #9004FC: hue angle of 273.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004FC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 4 | 252 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.01 |
| HSL | 273.87º | 0.98% | 0.5% | - |
| HSV(B) | 273.87º | 0.98% | 0.99% | - |
| XYZ | 29.12 | 13.04 | 93.08 | - |
| YUV | 74.13 | 228.38 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 252 | 0.43 | 0.98 | 0 | 0.01 | 273.87 | 0.98 | 0.5 |
| Hex | 90 | 4 | FC | 2B | 62 | 0 | 1 | 112 | 62 | 32 |
| Octal | 220 | 4 | 374 | 53 | 142 | 0 | 1 | 422 | 142 | 62 |
| Binary | 10010000 | 100 | 11111100 | 101011 | 1100010 | 0 | 1 | 100010010 | 1100010 | 110010 |
Color Harmonies of #9004FC
Complementary color
Monochromatic Colors of #9004FC
Black with #9004FC
Text Example
Text Example
White with #9004FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004FC; }
p { color: rgb(144,4,252); }
H1.HeaderClassName
{
color: #9004FC;
}
.AnyTagClassName
{
color: #9004FC;
}
</style>
background-color css
<style>
a { background-color: #9004FC; }
a { background-color: rgb(144,4,252); }
div.DivClassName
{
background-color: #9004FC;
}
.BgClassName
{
background-color: #9004FC;
}
</style>
border-color css
<style>
span { border-color: #9004FC; }
span { border-color: rgb(144,4,252); }
td.TdClassName
{
border-color: #9004FC;
}
.TagClassName
{
border-color: #9004FC;
}
</style>