Shades of Dark Violet #900FD7
Tints of Dark Violet #900FD7
RGB
CMYK
RGB Variations
Color information
#900FD7 (or 0x900FD7) is known color: Dark Violet. HEX triplet: 90, 0F and D7. RGB value is (144,15,215). Sum of RGB (Red+Green+Blue) = 144+15+215=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #900FD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FD7 is #6FF028. Grayscale: #4B4B4B. Windows color (decimal): -7335977 or 14094224. OLE color: 14094224.
HSL color Cylindrical-coordinate representation of color #900FD7: hue angle of 278.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FD7 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 15 | 215 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.16 |
| HSL | 278.7º | 0.87% | 0.45% | - |
| HSV(B) | 278.7º | 0.93% | 0.84% | - |
| XYZ | 23.94 | 11.18 | 65.19 | - |
| YUV | 76.37 | 206.24 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 215 | 0.33 | 0.93 | 0 | 0.16 | 278.7 | 0.87 | 0.45 |
| Hex | 90 | F | D7 | 21 | 5D | 0 | 10 | 117 | 57 | 2D |
| Octal | 220 | 17 | 327 | 41 | 135 | 0 | 20 | 427 | 127 | 55 |
| Binary | 10010000 | 1111 | 11010111 | 100001 | 1011101 | 0 | 10000 | 100010111 | 1010111 | 101101 |
Color Harmonies of #900FD7
Complementary color
Monochromatic Colors of #900FD7
Black with #900FD7
Text Example
Text Example
White with #900FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FD7; }
p { color: rgb(144,15,215); }
H1.HeaderClassName
{
color: #900FD7;
}
.AnyTagClassName
{
color: #900FD7;
}
</style>
background-color css
<style>
a { background-color: #900FD7; }
a { background-color: rgb(144,15,215); }
div.DivClassName
{
background-color: #900FD7;
}
.BgClassName
{
background-color: #900FD7;
}
</style>
border-color css
<style>
span { border-color: #900FD7; }
span { border-color: rgb(144,15,215); }
td.TdClassName
{
border-color: #900FD7;
}
.TagClassName
{
border-color: #900FD7;
}
</style>