Shades of Dark Violet #900FD8
Tints of Dark Violet #900FD8
RGB
CMYK
RGB Variations
Color information
#900FD8 (or 0x900FD8) is known color: Dark Violet. HEX triplet: 90, 0F and D8. RGB value is (144,15,216). Sum of RGB (Red+Green+Blue) = 144+15+216=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #900FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FD8 is #6FF027. Grayscale: #4B4B4B. Windows color (decimal): -7335976 or 14159760. OLE color: 14159760.
HSL color Cylindrical-coordinate representation of color #900FD8: hue angle of 278.51º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FD8 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 15 | 216 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.15 |
| HSL | 278.51º | 0.87% | 0.45% | - |
| HSV(B) | 278.51º | 0.93% | 0.85% | - |
| XYZ | 24.07 | 11.23 | 65.86 | - |
| YUV | 76.49 | 206.74 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 216 | 0.33 | 0.93 | 0 | 0.15 | 278.51 | 0.87 | 0.45 |
| Hex | 90 | F | D8 | 21 | 5D | 0 | F | 117 | 57 | 2D |
| Octal | 220 | 17 | 330 | 41 | 135 | 0 | 17 | 427 | 127 | 55 |
| Binary | 10010000 | 1111 | 11011000 | 100001 | 1011101 | 0 | 1111 | 100010111 | 1010111 | 101101 |
Color Harmonies of #900FD8
Complementary color
Monochromatic Colors of #900FD8
Black with #900FD8
Text Example
Text Example
White with #900FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FD8; }
p { color: rgb(144,15,216); }
H1.HeaderClassName
{
color: #900FD8;
}
.AnyTagClassName
{
color: #900FD8;
}
</style>
background-color css
<style>
a { background-color: #900FD8; }
a { background-color: rgb(144,15,216); }
div.DivClassName
{
background-color: #900FD8;
}
.BgClassName
{
background-color: #900FD8;
}
</style>
border-color css
<style>
span { border-color: #900FD8; }
span { border-color: rgb(144,15,216); }
td.TdClassName
{
border-color: #900FD8;
}
.TagClassName
{
border-color: #900FD8;
}
</style>