Shades of Dark Purple #902B6F
Tints of Dark Purple #902B6F
RGB
CMYK
RGB Variations
Color information
#902B6F (or 0x902B6F) is known color: Dark Purple. HEX triplet: 90, 2B and 6F. RGB value is (144,43,111). Sum of RGB (Red+Green+Blue) = 144+43+111=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #902B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902B6F is #6FD490. Grayscale: #505050. Windows color (decimal): -7328913 or 7285648. OLE color: 7285648.
HSL color Cylindrical-coordinate representation of color #902B6F: hue angle of 319.6º 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 #902B6F is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 43 | 111 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.44 |
| HSL | 319.6º | 0.54% | 0.37% | - |
| HSV(B) | 319.6º | 0.7% | 0.56% | - |
| XYZ | 15.23 | 8.8 | 15.94 | - |
| YUV | 80.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 111 | 0 | 0.70 | 0.23 | 0.44 | 319.6 | 0.54 | 0.37 |
| Hex | 90 | 2B | 6F | 0 | 46 | 17 | 2C | 140 | 36 | 25 |
| Octal | 220 | 53 | 157 | 0 | 106 | 27 | 54 | 500 | 66 | 45 |
| Binary | 10010000 | 101011 | 1101111 | 0 | 1000110 | 10111 | 101100 | 101000000 | 110110 | 100101 |
Color Harmonies of #902B6F
Complementary color
Monochromatic Colors of #902B6F
Black with #902B6F
Text Example
Text Example
White with #902B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902B6F; }
p { color: rgb(144,43,111); }
H1.HeaderClassName
{
color: #902B6F;
}
.AnyTagClassName
{
color: #902B6F;
}
</style>
background-color css
<style>
a { background-color: #902B6F; }
a { background-color: rgb(144,43,111); }
div.DivClassName
{
background-color: #902B6F;
}
.BgClassName
{
background-color: #902B6F;
}
</style>
border-color css
<style>
span { border-color: #902B6F; }
span { border-color: rgb(144,43,111); }
td.TdClassName
{
border-color: #902B6F;
}
.TagClassName
{
border-color: #902B6F;
}
</style>