Shades of Dark Violet #900FCE
Tints of Dark Violet #900FCE
RGB
CMYK
RGB Variations
Color information
#900FCE (or 0x900FCE) is known color: Dark Violet. HEX triplet: 90, 0F and CE. RGB value is (144,15,206). Sum of RGB (Red+Green+Blue) = 144+15+206=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #900FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FCE is #6FF031. Grayscale: #4A4A4A. Windows color (decimal): -7335986 or 13504400. OLE color: 13504400.
HSL color Cylindrical-coordinate representation of color #900FCE: hue angle of 280.52º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FCE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 15 | 206 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.19 |
| HSL | 280.52º | 0.86% | 0.43% | - |
| HSV(B) | 280.52º | 0.93% | 0.81% | - |
| XYZ | 22.81 | 10.73 | 59.26 | - |
| YUV | 75.35 | 201.74 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 206 | 0.30 | 0.93 | 0 | 0.19 | 280.52 | 0.86 | 0.43 |
| Hex | 90 | F | CE | 1E | 5D | 0 | 13 | 119 | 56 | 2B |
| Octal | 220 | 17 | 316 | 36 | 135 | 0 | 23 | 431 | 126 | 53 |
| Binary | 10010000 | 1111 | 11001110 | 11110 | 1011101 | 0 | 10011 | 100011001 | 1010110 | 101011 |
Color Harmonies of #900FCE
Complementary color
Monochromatic Colors of #900FCE
Black with #900FCE
Text Example
Text Example
White with #900FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FCE; }
p { color: rgb(144,15,206); }
H1.HeaderClassName
{
color: #900FCE;
}
.AnyTagClassName
{
color: #900FCE;
}
</style>
background-color css
<style>
a { background-color: #900FCE; }
a { background-color: rgb(144,15,206); }
div.DivClassName
{
background-color: #900FCE;
}
.BgClassName
{
background-color: #900FCE;
}
</style>
border-color css
<style>
span { border-color: #900FCE; }
span { border-color: rgb(144,15,206); }
td.TdClassName
{
border-color: #900FCE;
}
.TagClassName
{
border-color: #900FCE;
}
</style>