Shades of Dark Violet #900FCA
Tints of Dark Violet #900FCA
RGB
CMYK
RGB Variations
Color information
#900FCA (or 0x900FCA) is known color: Dark Violet. HEX triplet: 90, 0F and CA. RGB value is (144,15,202). Sum of RGB (Red+Green+Blue) = 144+15+202=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #900FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FCA is #6FF035. Grayscale: #4A4A4A. Windows color (decimal): -7335990 or 13242256. OLE color: 13242256.
HSL color Cylindrical-coordinate representation of color #900FCA: hue angle of 281.39º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FCA is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 15 | 202 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.21 |
| HSL | 281.39º | 0.86% | 0.43% | - |
| HSV(B) | 281.39º | 0.93% | 0.79% | - |
| XYZ | 22.33 | 10.54 | 56.73 | - |
| YUV | 74.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 202 | 0.29 | 0.93 | 0 | 0.21 | 281.39 | 0.86 | 0.43 |
| Hex | 90 | F | CA | 1D | 5D | 0 | 15 | 119 | 56 | 2B |
| Octal | 220 | 17 | 312 | 35 | 135 | 0 | 25 | 431 | 126 | 53 |
| Binary | 10010000 | 1111 | 11001010 | 11101 | 1011101 | 0 | 10101 | 100011001 | 1010110 | 101011 |
Color Harmonies of #900FCA
Complementary color
Monochromatic Colors of #900FCA
Black with #900FCA
Text Example
Text Example
White with #900FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FCA; }
p { color: rgb(144,15,202); }
H1.HeaderClassName
{
color: #900FCA;
}
.AnyTagClassName
{
color: #900FCA;
}
</style>
background-color css
<style>
a { background-color: #900FCA; }
a { background-color: rgb(144,15,202); }
div.DivClassName
{
background-color: #900FCA;
}
.BgClassName
{
background-color: #900FCA;
}
</style>
border-color css
<style>
span { border-color: #900FCA; }
span { border-color: rgb(144,15,202); }
td.TdClassName
{
border-color: #900FCA;
}
.TagClassName
{
border-color: #900FCA;
}
</style>