Shades of Dark Purple #902675
Tints of Dark Purple #902675
RGB
CMYK
RGB Variations
Color information
#902675 (or 0x902675) is known color: Dark Purple. HEX triplet: 90, 26 and 75. RGB value is (144,38,117). Sum of RGB (Red+Green+Blue) = 144+38+117=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #902675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902675 is #6FD98A. Grayscale: #4E4E4E. Windows color (decimal): -7330187 or 7677584. OLE color: 7677584.
HSL color Cylindrical-coordinate representation of color #902675: hue angle of 315.28º 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 #902675 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 117 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.44 |
| HSL | 315.28º | 0.58% | 0.36% | - |
| HSV(B) | 315.28º | 0.74% | 0.56% | - |
| XYZ | 15.41 | 8.6 | 17.68 | - |
| YUV | 78.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 117 | 0 | 0.74 | 0.19 | 0.44 | 315.28 | 0.58 | 0.36 |
| Hex | 90 | 26 | 75 | 0 | 4A | 13 | 2C | 13B | 3A | 24 |
| Octal | 220 | 46 | 165 | 0 | 112 | 23 | 54 | 473 | 72 | 44 |
| Binary | 10010000 | 100110 | 1110101 | 0 | 1001010 | 10011 | 101100 | 100111011 | 111010 | 100100 |
Color Harmonies of #902675
Complementary color
Monochromatic Colors of #902675
Black with #902675
Text Example
Text Example
White with #902675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902675; }
p { color: rgb(144,38,117); }
H1.HeaderClassName
{
color: #902675;
}
.AnyTagClassName
{
color: #902675;
}
</style>
background-color css
<style>
a { background-color: #902675; }
a { background-color: rgb(144,38,117); }
div.DivClassName
{
background-color: #902675;
}
.BgClassName
{
background-color: #902675;
}
</style>
border-color css
<style>
span { border-color: #902675; }
span { border-color: rgb(144,38,117); }
td.TdClassName
{
border-color: #902675;
}
.TagClassName
{
border-color: #902675;
}
</style>