Shades of Dark Purple #902C8A
Tints of Dark Purple #902C8A
RGB
CMYK
RGB Variations
Color information
#902C8A (or 0x902C8A) is known color: Dark Purple. HEX triplet: 90, 2C and 8A. RGB value is (144,44,138). Sum of RGB (Red+Green+Blue) = 144+44+138=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #902C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902C8A is #6FD375. Grayscale: #545454. Windows color (decimal): -7328630 or 9055376. OLE color: 9055376.
HSL color Cylindrical-coordinate representation of color #902C8A: hue angle of 303.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902C8A is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 138 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.44 |
| HSL | 303.6º | 0.53% | 0.37% | - |
| HSV(B) | 303.6º | 0.69% | 0.56% | - |
| XYZ | 16.99 | 9.57 | 25 | - |
| YUV | 84.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 138 | 0 | 0.69 | 0.04 | 0.44 | 303.6 | 0.53 | 0.37 |
| Hex | 90 | 2C | 8A | 0 | 45 | 4 | 2C | 130 | 35 | 25 |
| Octal | 220 | 54 | 212 | 0 | 105 | 4 | 54 | 460 | 65 | 45 |
| Binary | 10010000 | 101100 | 10001010 | 0 | 1000101 | 100 | 101100 | 100110000 | 110101 | 100101 |
Color Harmonies of #902C8A
Complementary color
Monochromatic Colors of #902C8A
Black with #902C8A
Text Example
Text Example
White with #902C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C8A; }
p { color: rgb(144,44,138); }
H1.HeaderClassName
{
color: #902C8A;
}
.AnyTagClassName
{
color: #902C8A;
}
</style>
background-color css
<style>
a { background-color: #902C8A; }
a { background-color: rgb(144,44,138); }
div.DivClassName
{
background-color: #902C8A;
}
.BgClassName
{
background-color: #902C8A;
}
</style>
border-color css
<style>
span { border-color: #902C8A; }
span { border-color: rgb(144,44,138); }
td.TdClassName
{
border-color: #902C8A;
}
.TagClassName
{
border-color: #902C8A;
}
</style>