Shades of Dark Violet #900FCC
Tints of Dark Violet #900FCC
RGB
CMYK
RGB Variations
Color information
#900FCC (or 0x900FCC) is known color: Dark Violet. HEX triplet: 90, 0F and CC. RGB value is (144,15,204). Sum of RGB (Red+Green+Blue) = 144+15+204=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #900FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FCC is #6FF033. Grayscale: #4A4A4A. Windows color (decimal): -7335988 or 13373328. OLE color: 13373328.
HSL color Cylindrical-coordinate representation of color #900FCC: hue angle of 280.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FCC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 15 | 204 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.2 |
| HSL | 280.95º | 0.86% | 0.43% | - |
| HSV(B) | 280.95º | 0.93% | 0.8% | - |
| XYZ | 22.57 | 10.63 | 57.99 | - |
| YUV | 75.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 204 | 0.29 | 0.93 | 0 | 0.2 | 280.95 | 0.86 | 0.43 |
| Hex | 90 | F | CC | 1D | 5D | 0 | 14 | 119 | 56 | 2B |
| Octal | 220 | 17 | 314 | 35 | 135 | 0 | 24 | 431 | 126 | 53 |
| Binary | 10010000 | 1111 | 11001100 | 11101 | 1011101 | 0 | 10100 | 100011001 | 1010110 | 101011 |
Color Harmonies of #900FCC
Complementary color
Monochromatic Colors of #900FCC
Black with #900FCC
Text Example
Text Example
White with #900FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FCC; }
p { color: rgb(144,15,204); }
H1.HeaderClassName
{
color: #900FCC;
}
.AnyTagClassName
{
color: #900FCC;
}
</style>
background-color css
<style>
a { background-color: #900FCC; }
a { background-color: rgb(144,15,204); }
div.DivClassName
{
background-color: #900FCC;
}
.BgClassName
{
background-color: #900FCC;
}
</style>
border-color css
<style>
span { border-color: #900FCC; }
span { border-color: rgb(144,15,204); }
td.TdClassName
{
border-color: #900FCC;
}
.TagClassName
{
border-color: #900FCC;
}
</style>