Shades of Dark Violet #900FB4
Tints of Dark Violet #900FB4
RGB
CMYK
RGB Variations
Color information
#900FB4 (or 0x900FB4) is known color: Dark Violet. HEX triplet: 90, 0F and B4. RGB value is (144,15,180). Sum of RGB (Red+Green+Blue) = 144+15+180=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #900FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FB4 is #6FF04B. Grayscale: #474747. Windows color (decimal): -7336012 or 11800464. OLE color: 11800464.
HSL color Cylindrical-coordinate representation of color #900FB4: hue angle of 286.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900FB4 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 15 | 180 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.29 |
| HSL | 286.91º | 0.85% | 0.38% | - |
| HSV(B) | 286.91º | 0.92% | 0.71% | - |
| XYZ | 19.91 | 9.57 | 43.98 | - |
| YUV | 72.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 180 | 0.2 | 0.92 | 0 | 0.29 | 286.91 | 0.85 | 0.38 |
| Hex | 90 | F | B4 | 14 | 5C | 0 | 1D | 11F | 55 | 26 |
| Octal | 220 | 17 | 264 | 24 | 134 | 0 | 35 | 437 | 125 | 46 |
| Binary | 10010000 | 1111 | 10110100 | 10100 | 1011100 | 0 | 11101 | 100011111 | 1010101 | 100110 |
Color Harmonies of #900FB4
Complementary color
Monochromatic Colors of #900FB4
Black with #900FB4
Text Example
Text Example
White with #900FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FB4; }
p { color: rgb(144,15,180); }
H1.HeaderClassName
{
color: #900FB4;
}
.AnyTagClassName
{
color: #900FB4;
}
</style>
background-color css
<style>
a { background-color: #900FB4; }
a { background-color: rgb(144,15,180); }
div.DivClassName
{
background-color: #900FB4;
}
.BgClassName
{
background-color: #900FB4;
}
</style>
border-color css
<style>
span { border-color: #900FB4; }
span { border-color: rgb(144,15,180); }
td.TdClassName
{
border-color: #900FB4;
}
.TagClassName
{
border-color: #900FB4;
}
</style>