Shades of Dark Purple #902775
Tints of Dark Purple #902775
RGB
CMYK
RGB Variations
Color information
#902775 (or 0x902775) is known color: Dark Purple. HEX triplet: 90, 27 and 75. RGB value is (144,39,117). Sum of RGB (Red+Green+Blue) = 144+39+117=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #902775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902775 is #6FD88A. Grayscale: #4F4F4F. Windows color (decimal): -7329931 or 7677840. OLE color: 7677840.
HSL color Cylindrical-coordinate representation of color #902775: hue angle of 315.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #902775 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 117 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.44 |
| HSL | 315.43º | 0.57% | 0.36% | - |
| HSV(B) | 315.43º | 0.73% | 0.56% | - |
| XYZ | 15.44 | 8.66 | 17.69 | - |
| YUV | 79.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 117 | 0 | 0.73 | 0.19 | 0.44 | 315.43 | 0.57 | 0.36 |
| Hex | 90 | 27 | 75 | 0 | 49 | 13 | 2C | 13B | 39 | 24 |
| Octal | 220 | 47 | 165 | 0 | 111 | 23 | 54 | 473 | 71 | 44 |
| Binary | 10010000 | 100111 | 1110101 | 0 | 1001001 | 10011 | 101100 | 100111011 | 111001 | 100100 |
Color Harmonies of #902775
Complementary color
Monochromatic Colors of #902775
Black with #902775
Text Example
Text Example
White with #902775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902775; }
p { color: rgb(144,39,117); }
H1.HeaderClassName
{
color: #902775;
}
.AnyTagClassName
{
color: #902775;
}
</style>
background-color css
<style>
a { background-color: #902775; }
a { background-color: rgb(144,39,117); }
div.DivClassName
{
background-color: #902775;
}
.BgClassName
{
background-color: #902775;
}
</style>
border-color css
<style>
span { border-color: #902775; }
span { border-color: rgb(144,39,117); }
td.TdClassName
{
border-color: #902775;
}
.TagClassName
{
border-color: #902775;
}
</style>