Shades of Dark Purple #901F92
Tints of Dark Purple #901F92
RGB
CMYK
RGB Variations
Color information
#901F92 (or 0x901F92) is known color: Dark Purple. HEX triplet: 90, 1F and 92. RGB value is (144,31,146). Sum of RGB (Red+Green+Blue) = 144+31+146=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #901F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901F92 is #6FE06D. Grayscale: #4D4D4D. Windows color (decimal): -7331950 or 9576336. OLE color: 9576336.
HSL color Cylindrical-coordinate representation of color #901F92: hue angle of 298.96º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901F92 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 31 | 146 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.43 |
| HSL | 298.96º | 0.65% | 0.35% | - |
| HSV(B) | 298.96º | 0.79% | 0.57% | - |
| XYZ | 17.18 | 8.98 | 28.02 | - |
| YUV | 77.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 146 | 0.01 | 0.79 | 0 | 0.43 | 298.96 | 0.65 | 0.35 |
| Hex | 90 | 1F | 92 | 1 | 4F | 0 | 2B | 12B | 41 | 23 |
| Octal | 220 | 37 | 222 | 1 | 117 | 0 | 53 | 453 | 101 | 43 |
| Binary | 10010000 | 11111 | 10010010 | 1 | 1001111 | 0 | 101011 | 100101011 | 1000001 | 100011 |
Color Harmonies of #901F92
Complementary color
Monochromatic Colors of #901F92
Black with #901F92
Text Example
Text Example
White with #901F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F92; }
p { color: rgb(144,31,146); }
H1.HeaderClassName
{
color: #901F92;
}
.AnyTagClassName
{
color: #901F92;
}
</style>
background-color css
<style>
a { background-color: #901F92; }
a { background-color: rgb(144,31,146); }
div.DivClassName
{
background-color: #901F92;
}
.BgClassName
{
background-color: #901F92;
}
</style>
border-color css
<style>
span { border-color: #901F92; }
span { border-color: rgb(144,31,146); }
td.TdClassName
{
border-color: #901F92;
}
.TagClassName
{
border-color: #901F92;
}
</style>