Shades of Dark Purple #902581
Tints of Dark Purple #902581
RGB
CMYK
RGB Variations
Color information
#902581 (or 0x902581) is known color: Dark Purple. HEX triplet: 90, 25 and 81. RGB value is (144,37,129). Sum of RGB (Red+Green+Blue) = 144+37+129=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #902581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902581 is #6FDA7E. Grayscale: #4F4F4F. Windows color (decimal): -7330431 or 8463760. OLE color: 8463760.
HSL color Cylindrical-coordinate representation of color #902581: hue angle of 308.41º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902581 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 129 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.44 |
| HSL | 308.41º | 0.59% | 0.35% | - |
| HSV(B) | 308.41º | 0.74% | 0.56% | - |
| XYZ | 16.13 | 8.84 | 21.62 | - |
| YUV | 79.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 129 | 0 | 0.74 | 0.10 | 0.44 | 308.41 | 0.59 | 0.35 |
| Hex | 90 | 25 | 81 | 0 | 4A | A | 2C | 134 | 3B | 23 |
| Octal | 220 | 45 | 201 | 0 | 112 | 12 | 54 | 464 | 73 | 43 |
| Binary | 10010000 | 100101 | 10000001 | 0 | 1001010 | 1010 | 101100 | 100110100 | 111011 | 100011 |
Color Harmonies of #902581
Complementary color
Monochromatic Colors of #902581
Black with #902581
Text Example
Text Example
White with #902581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902581; }
p { color: rgb(144,37,129); }
H1.HeaderClassName
{
color: #902581;
}
.AnyTagClassName
{
color: #902581;
}
</style>
background-color css
<style>
a { background-color: #902581; }
a { background-color: rgb(144,37,129); }
div.DivClassName
{
background-color: #902581;
}
.BgClassName
{
background-color: #902581;
}
</style>
border-color css
<style>
span { border-color: #902581; }
span { border-color: rgb(144,37,129); }
td.TdClassName
{
border-color: #902581;
}
.TagClassName
{
border-color: #902581;
}
</style>