Shades of Dark Purple #902B7D
Tints of Dark Purple #902B7D
RGB
CMYK
RGB Variations
Color information
#902B7D (or 0x902B7D) is known color: Dark Purple. HEX triplet: 90, 2B and 7D. RGB value is (144,43,125). Sum of RGB (Red+Green+Blue) = 144+43+125=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #902B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902B7D is #6FD482. Grayscale: #525252. Windows color (decimal): -7328899 or 8203152. OLE color: 8203152.
HSL color Cylindrical-coordinate representation of color #902B7D: hue angle of 311.29º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #902B7D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 43 | 125 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.44 |
| HSL | 311.29º | 0.54% | 0.37% | - |
| HSV(B) | 311.29º | 0.7% | 0.56% | - |
| XYZ | 16.07 | 9.14 | 20.32 | - |
| YUV | 82.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 125 | 0 | 0.70 | 0.13 | 0.44 | 311.29 | 0.54 | 0.37 |
| Hex | 90 | 2B | 7D | 0 | 46 | D | 2C | 137 | 36 | 25 |
| Octal | 220 | 53 | 175 | 0 | 106 | 15 | 54 | 467 | 66 | 45 |
| Binary | 10010000 | 101011 | 1111101 | 0 | 1000110 | 1101 | 101100 | 100110111 | 110110 | 100101 |
Color Harmonies of #902B7D
Complementary color
Monochromatic Colors of #902B7D
Black with #902B7D
Text Example
Text Example
White with #902B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902B7D; }
p { color: rgb(144,43,125); }
H1.HeaderClassName
{
color: #902B7D;
}
.AnyTagClassName
{
color: #902B7D;
}
</style>
background-color css
<style>
a { background-color: #902B7D; }
a { background-color: rgb(144,43,125); }
div.DivClassName
{
background-color: #902B7D;
}
.BgClassName
{
background-color: #902B7D;
}
</style>
border-color css
<style>
span { border-color: #902B7D; }
span { border-color: rgb(144,43,125); }
td.TdClassName
{
border-color: #902B7D;
}
.TagClassName
{
border-color: #902B7D;
}
</style>