Shades of Dark Purple #902883
Tints of Dark Purple #902883
RGB
CMYK
RGB Variations
Color information
#902883 (or 0x902883) is known color: Dark Purple. HEX triplet: 90, 28 and 83. RGB value is (144,40,131). Sum of RGB (Red+Green+Blue) = 144+40+131=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #902883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902883 is #6FD77C. Grayscale: #515151. Windows color (decimal): -7329661 or 8595600. OLE color: 8595600.
HSL color Cylindrical-coordinate representation of color #902883: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902883 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 131 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.44 |
| HSL | 307.5º | 0.57% | 0.36% | - |
| HSV(B) | 307.5º | 0.72% | 0.56% | - |
| XYZ | 16.36 | 9.09 | 22.36 | - |
| YUV | 81.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 131 | 0 | 0.72 | 0.09 | 0.44 | 307.5 | 0.57 | 0.36 |
| Hex | 90 | 28 | 83 | 0 | 48 | 9 | 2C | 134 | 39 | 24 |
| Octal | 220 | 50 | 203 | 0 | 110 | 11 | 54 | 464 | 71 | 44 |
| Binary | 10010000 | 101000 | 10000011 | 0 | 1001000 | 1001 | 101100 | 100110100 | 111001 | 100100 |
Color Harmonies of #902883
Complementary color
Monochromatic Colors of #902883
Black with #902883
Text Example
Text Example
White with #902883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902883; }
p { color: rgb(144,40,131); }
H1.HeaderClassName
{
color: #902883;
}
.AnyTagClassName
{
color: #902883;
}
</style>
background-color css
<style>
a { background-color: #902883; }
a { background-color: rgb(144,40,131); }
div.DivClassName
{
background-color: #902883;
}
.BgClassName
{
background-color: #902883;
}
</style>
border-color css
<style>
span { border-color: #902883; }
span { border-color: rgb(144,40,131); }
td.TdClassName
{
border-color: #902883;
}
.TagClassName
{
border-color: #902883;
}
</style>