Shades of Dark Purple #902282
Tints of Dark Purple #902282
RGB
CMYK
RGB Variations
Color information
#902282 (or 0x902282) is known color: Dark Purple. HEX triplet: 90, 22 and 82. RGB value is (144,34,130). Sum of RGB (Red+Green+Blue) = 144+34+130=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #902282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902282 is #6FDD7D. Grayscale: #4D4D4D. Windows color (decimal): -7331198 or 8528528. OLE color: 8528528.
HSL color Cylindrical-coordinate representation of color #902282: hue angle of 307.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902282 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 130 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.44 |
| HSL | 307.64º | 0.62% | 0.35% | - |
| HSV(B) | 307.64º | 0.76% | 0.56% | - |
| XYZ | 16.1 | 8.69 | 21.95 | - |
| YUV | 77.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 130 | 0 | 0.76 | 0.10 | 0.44 | 307.64 | 0.62 | 0.35 |
| Hex | 90 | 22 | 82 | 0 | 4C | A | 2C | 134 | 3E | 23 |
| Octal | 220 | 42 | 202 | 0 | 114 | 12 | 54 | 464 | 76 | 43 |
| Binary | 10010000 | 100010 | 10000010 | 0 | 1001100 | 1010 | 101100 | 100110100 | 111110 | 100011 |
Color Harmonies of #902282
Complementary color
Monochromatic Colors of #902282
Black with #902282
Text Example
Text Example
White with #902282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902282; }
p { color: rgb(144,34,130); }
H1.HeaderClassName
{
color: #902282;
}
.AnyTagClassName
{
color: #902282;
}
</style>
background-color css
<style>
a { background-color: #902282; }
a { background-color: rgb(144,34,130); }
div.DivClassName
{
background-color: #902282;
}
.BgClassName
{
background-color: #902282;
}
</style>
border-color css
<style>
span { border-color: #902282; }
span { border-color: rgb(144,34,130); }
td.TdClassName
{
border-color: #902282;
}
.TagClassName
{
border-color: #902282;
}
</style>