Shades of Dark Purple #902F8A
Tints of Dark Purple #902F8A
RGB
CMYK
RGB Variations
Color information
#902F8A (or 0x902F8A) is known color: Dark Purple. HEX triplet: 90, 2F and 8A. RGB value is (144,47,138). Sum of RGB (Red+Green+Blue) = 144+47+138=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #902F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902F8A is #6FD075. Grayscale: #565656. Windows color (decimal): -7327862 or 9056144. OLE color: 9056144.
HSL color Cylindrical-coordinate representation of color #902F8A: hue angle of 303.71º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #902F8A is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 138 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.44 |
| HSL | 303.71º | 0.51% | 0.37% | - |
| HSV(B) | 303.71º | 0.67% | 0.56% | - |
| XYZ | 17.11 | 9.8 | 25.03 | - |
| YUV | 86.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 138 | 0 | 0.67 | 0.04 | 0.44 | 303.71 | 0.51 | 0.37 |
| Hex | 90 | 2F | 8A | 0 | 43 | 4 | 2C | 130 | 33 | 25 |
| Octal | 220 | 57 | 212 | 0 | 103 | 4 | 54 | 460 | 63 | 45 |
| Binary | 10010000 | 101111 | 10001010 | 0 | 1000011 | 100 | 101100 | 100110000 | 110011 | 100101 |
Color Harmonies of #902F8A
Complementary color
Monochromatic Colors of #902F8A
Black with #902F8A
Text Example
Text Example
White with #902F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F8A; }
p { color: rgb(144,47,138); }
H1.HeaderClassName
{
color: #902F8A;
}
.AnyTagClassName
{
color: #902F8A;
}
</style>
background-color css
<style>
a { background-color: #902F8A; }
a { background-color: rgb(144,47,138); }
div.DivClassName
{
background-color: #902F8A;
}
.BgClassName
{
background-color: #902F8A;
}
</style>
border-color css
<style>
span { border-color: #902F8A; }
span { border-color: rgb(144,47,138); }
td.TdClassName
{
border-color: #902F8A;
}
.TagClassName
{
border-color: #902F8A;
}
</style>