Shades of Dark Violet #900BD4
Tints of Dark Violet #900BD4
RGB
CMYK
RGB Variations
Color information
#900BD4 (or 0x900BD4) is known color: Dark Violet. HEX triplet: 90, 0B and D4. RGB value is (144,11,212). Sum of RGB (Red+Green+Blue) = 144+11+212=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 212 (83.20% from 255 or 57.77% from 367); Max value from RGB is 212 - color contains mainly: blue. Hex color #900BD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900BD4 is #6FF42B. Grayscale: #494949. Windows color (decimal): -7337004 or 13896592. OLE color: 13896592.
HSL color Cylindrical-coordinate representation of color #900BD4: hue angle of 279.7º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900BD4 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 11 | 212 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.17 |
| HSL | 279.7º | 0.9% | 0.44% | - |
| HSV(B) | 279.7º | 0.95% | 0.83% | - |
| XYZ | 23.5 | 10.92 | 63.16 | - |
| YUV | 73.68 | 206.06 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 212 | 0.32 | 0.95 | 0 | 0.17 | 279.7 | 0.9 | 0.44 |
| Hex | 90 | B | D4 | 20 | 5F | 0 | 11 | 118 | 5A | 2C |
| Octal | 220 | 13 | 324 | 40 | 137 | 0 | 21 | 430 | 132 | 54 |
| Binary | 10010000 | 1011 | 11010100 | 100000 | 1011111 | 0 | 10001 | 100011000 | 1011010 | 101100 |
Color Harmonies of #900BD4
Complementary color
Monochromatic Colors of #900BD4
Black with #900BD4
Text Example
Text Example
White with #900BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BD4; }
p { color: rgb(144,11,212); }
H1.HeaderClassName
{
color: #900BD4;
}
.AnyTagClassName
{
color: #900BD4;
}
</style>
background-color css
<style>
a { background-color: #900BD4; }
a { background-color: rgb(144,11,212); }
div.DivClassName
{
background-color: #900BD4;
}
.BgClassName
{
background-color: #900BD4;
}
</style>
border-color css
<style>
span { border-color: #900BD4; }
span { border-color: rgb(144,11,212); }
td.TdClassName
{
border-color: #900BD4;
}
.TagClassName
{
border-color: #900BD4;
}
</style>