Shades of Dark Purple #902683
Tints of Dark Purple #902683
RGB
CMYK
RGB Variations
Color information
#902683 (or 0x902683) is known color: Dark Purple. HEX triplet: 90, 26 and 83. RGB value is (144,38,131). Sum of RGB (Red+Green+Blue) = 144+38+131=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #902683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902683 is #6FD97C. Grayscale: #505050. Windows color (decimal): -7330173 or 8595088. OLE color: 8595088.
HSL color Cylindrical-coordinate representation of color #902683: hue angle of 307.36º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902683 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 131 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.44 |
| HSL | 307.36º | 0.58% | 0.36% | - |
| HSV(B) | 307.36º | 0.74% | 0.56% | - |
| XYZ | 16.29 | 8.95 | 22.34 | - |
| YUV | 80.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 131 | 0 | 0.74 | 0.09 | 0.44 | 307.36 | 0.58 | 0.36 |
| Hex | 90 | 26 | 83 | 0 | 4A | 9 | 2C | 133 | 3A | 24 |
| Octal | 220 | 46 | 203 | 0 | 112 | 11 | 54 | 463 | 72 | 44 |
| Binary | 10010000 | 100110 | 10000011 | 0 | 1001010 | 1001 | 101100 | 100110011 | 111010 | 100100 |
Color Harmonies of #902683
Complementary color
Monochromatic Colors of #902683
Black with #902683
Text Example
Text Example
White with #902683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902683; }
p { color: rgb(144,38,131); }
H1.HeaderClassName
{
color: #902683;
}
.AnyTagClassName
{
color: #902683;
}
</style>
background-color css
<style>
a { background-color: #902683; }
a { background-color: rgb(144,38,131); }
div.DivClassName
{
background-color: #902683;
}
.BgClassName
{
background-color: #902683;
}
</style>
border-color css
<style>
span { border-color: #902683; }
span { border-color: rgb(144,38,131); }
td.TdClassName
{
border-color: #902683;
}
.TagClassName
{
border-color: #902683;
}
</style>