Shades of Dark Purple #902B7B
Tints of Dark Purple #902B7B
RGB
CMYK
RGB Variations
Color information
#902B7B (or 0x902B7B) is known color: Dark Purple. HEX triplet: 90, 2B and 7B. RGB value is (144,43,123). Sum of RGB (Red+Green+Blue) = 144+43+123=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #902B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902B7B is #6FD484. Grayscale: #525252. Windows color (decimal): -7328901 or 8072080. OLE color: 8072080.
HSL color Cylindrical-coordinate representation of color #902B7B: hue angle of 312.48º 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 #902B7B is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 43 | 123 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.44 |
| HSL | 312.48º | 0.54% | 0.37% | - |
| HSV(B) | 312.48º | 0.7% | 0.56% | - |
| XYZ | 15.94 | 9.09 | 19.65 | - |
| YUV | 82.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 123 | 0 | 0.70 | 0.15 | 0.44 | 312.48 | 0.54 | 0.37 |
| Hex | 90 | 2B | 7B | 0 | 46 | F | 2C | 138 | 36 | 25 |
| Octal | 220 | 53 | 173 | 0 | 106 | 17 | 54 | 470 | 66 | 45 |
| Binary | 10010000 | 101011 | 1111011 | 0 | 1000110 | 1111 | 101100 | 100111000 | 110110 | 100101 |
Color Harmonies of #902B7B
Complementary color
Monochromatic Colors of #902B7B
Black with #902B7B
Text Example
Text Example
White with #902B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902B7B; }
p { color: rgb(144,43,123); }
H1.HeaderClassName
{
color: #902B7B;
}
.AnyTagClassName
{
color: #902B7B;
}
</style>
background-color css
<style>
a { background-color: #902B7B; }
a { background-color: rgb(144,43,123); }
div.DivClassName
{
background-color: #902B7B;
}
.BgClassName
{
background-color: #902B7B;
}
</style>
border-color css
<style>
span { border-color: #902B7B; }
span { border-color: rgb(144,43,123); }
td.TdClassName
{
border-color: #902B7B;
}
.TagClassName
{
border-color: #902B7B;
}
</style>