Shades of Dark Purple #902677
Tints of Dark Purple #902677
RGB
CMYK
RGB Variations
Color information
#902677 (or 0x902677) is known color: Dark Purple. HEX triplet: 90, 26 and 77. RGB value is (144,38,119). Sum of RGB (Red+Green+Blue) = 144+38+119=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #902677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902677 is #6FD988. Grayscale: #4E4E4E. Windows color (decimal): -7330185 or 7808656. OLE color: 7808656.
HSL color Cylindrical-coordinate representation of color #902677: hue angle of 314.15º 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 #902677 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 119 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.44 |
| HSL | 314.15º | 0.58% | 0.36% | - |
| HSV(B) | 314.15º | 0.74% | 0.56% | - |
| XYZ | 15.52 | 8.65 | 18.3 | - |
| YUV | 78.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 119 | 0 | 0.74 | 0.17 | 0.44 | 314.15 | 0.58 | 0.36 |
| Hex | 90 | 26 | 77 | 0 | 4A | 11 | 2C | 13A | 3A | 24 |
| Octal | 220 | 46 | 167 | 0 | 112 | 21 | 54 | 472 | 72 | 44 |
| Binary | 10010000 | 100110 | 1110111 | 0 | 1001010 | 10001 | 101100 | 100111010 | 111010 | 100100 |
Color Harmonies of #902677
Complementary color
Monochromatic Colors of #902677
Black with #902677
Text Example
Text Example
White with #902677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902677; }
p { color: rgb(144,38,119); }
H1.HeaderClassName
{
color: #902677;
}
.AnyTagClassName
{
color: #902677;
}
</style>
background-color css
<style>
a { background-color: #902677; }
a { background-color: rgb(144,38,119); }
div.DivClassName
{
background-color: #902677;
}
.BgClassName
{
background-color: #902677;
}
</style>
border-color css
<style>
span { border-color: #902677; }
span { border-color: rgb(144,38,119); }
td.TdClassName
{
border-color: #902677;
}
.TagClassName
{
border-color: #902677;
}
</style>