Shades of Dark Violet #900FCF
Tints of Dark Violet #900FCF
RGB
CMYK
RGB Variations
Color information
#900FCF (or 0x900FCF) is known color: Dark Violet. HEX triplet: 90, 0F and CF. RGB value is (144,15,207). Sum of RGB (Red+Green+Blue) = 144+15+207=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #900FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FCF is #6FF030. Grayscale: #4A4A4A. Windows color (decimal): -7335985 or 13569936. OLE color: 13569936.
HSL color Cylindrical-coordinate representation of color #900FCF: hue angle of 280.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FCF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 15 | 207 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.19 |
| HSL | 280.31º | 0.86% | 0.44% | - |
| HSV(B) | 280.31º | 0.93% | 0.81% | - |
| XYZ | 22.93 | 10.78 | 59.9 | - |
| YUV | 75.46 | 202.24 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 207 | 0.30 | 0.93 | 0 | 0.19 | 280.31 | 0.86 | 0.44 |
| Hex | 90 | F | CF | 1E | 5D | 0 | 13 | 118 | 56 | 2C |
| Octal | 220 | 17 | 317 | 36 | 135 | 0 | 23 | 430 | 126 | 54 |
| Binary | 10010000 | 1111 | 11001111 | 11110 | 1011101 | 0 | 10011 | 100011000 | 1010110 | 101100 |
Color Harmonies of #900FCF
Complementary color
Monochromatic Colors of #900FCF
Black with #900FCF
Text Example
Text Example
White with #900FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FCF; }
p { color: rgb(144,15,207); }
H1.HeaderClassName
{
color: #900FCF;
}
.AnyTagClassName
{
color: #900FCF;
}
</style>
background-color css
<style>
a { background-color: #900FCF; }
a { background-color: rgb(144,15,207); }
div.DivClassName
{
background-color: #900FCF;
}
.BgClassName
{
background-color: #900FCF;
}
</style>
border-color css
<style>
span { border-color: #900FCF; }
span { border-color: rgb(144,15,207); }
td.TdClassName
{
border-color: #900FCF;
}
.TagClassName
{
border-color: #900FCF;
}
</style>