Shades of Dark Purple #902A83
Tints of Dark Purple #902A83
RGB
CMYK
RGB Variations
Color information
#902A83 (or 0x902A83) is known color: Dark Purple. HEX triplet: 90, 2A and 83. RGB value is (144,42,131). Sum of RGB (Red+Green+Blue) = 144+42+131=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #902A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902A83 is #6FD57C. Grayscale: #525252. Windows color (decimal): -7329149 or 8596112. OLE color: 8596112.
HSL color Cylindrical-coordinate representation of color #902A83: hue angle of 307.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #902A83 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 131 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.44 |
| HSL | 307.65º | 0.55% | 0.36% | - |
| HSV(B) | 307.65º | 0.71% | 0.56% | - |
| XYZ | 16.43 | 9.22 | 22.39 | - |
| YUV | 82.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 131 | 0 | 0.71 | 0.09 | 0.44 | 307.65 | 0.55 | 0.36 |
| Hex | 90 | 2A | 83 | 0 | 47 | 9 | 2C | 134 | 37 | 24 |
| Octal | 220 | 52 | 203 | 0 | 107 | 11 | 54 | 464 | 67 | 44 |
| Binary | 10010000 | 101010 | 10000011 | 0 | 1000111 | 1001 | 101100 | 100110100 | 110111 | 100100 |
Color Harmonies of #902A83
Complementary color
Monochromatic Colors of #902A83
Black with #902A83
Text Example
Text Example
White with #902A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A83; }
p { color: rgb(144,42,131); }
H1.HeaderClassName
{
color: #902A83;
}
.AnyTagClassName
{
color: #902A83;
}
</style>
background-color css
<style>
a { background-color: #902A83; }
a { background-color: rgb(144,42,131); }
div.DivClassName
{
background-color: #902A83;
}
.BgClassName
{
background-color: #902A83;
}
</style>
border-color css
<style>
span { border-color: #902A83; }
span { border-color: rgb(144,42,131); }
td.TdClassName
{
border-color: #902A83;
}
.TagClassName
{
border-color: #902A83;
}
</style>