Shades of Dark Purple #902682
Tints of Dark Purple #902682
RGB
CMYK
RGB Variations
Color information
#902682 (or 0x902682) is known color: Dark Purple. HEX triplet: 90, 26 and 82. RGB value is (144,38,130). Sum of RGB (Red+Green+Blue) = 144+38+130=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #902682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902682 is #6FD97D. Grayscale: #4F4F4F. Windows color (decimal): -7330174 or 8529552. OLE color: 8529552.
HSL color Cylindrical-coordinate representation of color #902682: hue angle of 307.92º 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 #902682 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 130 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.44 |
| HSL | 307.92º | 0.58% | 0.36% | - |
| HSV(B) | 307.92º | 0.74% | 0.56% | - |
| XYZ | 16.22 | 8.93 | 21.99 | - |
| YUV | 80.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 130 | 0 | 0.74 | 0.10 | 0.44 | 307.92 | 0.58 | 0.36 |
| Hex | 90 | 26 | 82 | 0 | 4A | A | 2C | 134 | 3A | 24 |
| Octal | 220 | 46 | 202 | 0 | 112 | 12 | 54 | 464 | 72 | 44 |
| Binary | 10010000 | 100110 | 10000010 | 0 | 1001010 | 1010 | 101100 | 100110100 | 111010 | 100100 |
Color Harmonies of #902682
Complementary color
Monochromatic Colors of #902682
Black with #902682
Text Example
Text Example
White with #902682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902682; }
p { color: rgb(144,38,130); }
H1.HeaderClassName
{
color: #902682;
}
.AnyTagClassName
{
color: #902682;
}
</style>
background-color css
<style>
a { background-color: #902682; }
a { background-color: rgb(144,38,130); }
div.DivClassName
{
background-color: #902682;
}
.BgClassName
{
background-color: #902682;
}
</style>
border-color css
<style>
span { border-color: #902682; }
span { border-color: rgb(144,38,130); }
td.TdClassName
{
border-color: #902682;
}
.TagClassName
{
border-color: #902682;
}
</style>