Shades of Dark Purple #902275
Tints of Dark Purple #902275
RGB
CMYK
RGB Variations
Color information
#902275 (or 0x902275) is known color: Dark Purple. HEX triplet: 90, 22 and 75. RGB value is (144,34,117). Sum of RGB (Red+Green+Blue) = 144+34+117=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #902275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902275 is #6FDD8A. Grayscale: #4C4C4C. Windows color (decimal): -7331211 or 7676560. OLE color: 7676560.
HSL color Cylindrical-coordinate representation of color #902275: hue angle of 314.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902275 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 117 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.44 |
| HSL | 314.73º | 0.62% | 0.35% | - |
| HSV(B) | 314.73º | 0.76% | 0.56% | - |
| XYZ | 15.28 | 8.36 | 17.64 | - |
| YUV | 76.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 117 | 0 | 0.76 | 0.19 | 0.44 | 314.73 | 0.62 | 0.35 |
| Hex | 90 | 22 | 75 | 0 | 4C | 13 | 2C | 13B | 3E | 23 |
| Octal | 220 | 42 | 165 | 0 | 114 | 23 | 54 | 473 | 76 | 43 |
| Binary | 10010000 | 100010 | 1110101 | 0 | 1001100 | 10011 | 101100 | 100111011 | 111110 | 100011 |
Color Harmonies of #902275
Complementary color
Monochromatic Colors of #902275
Black with #902275
Text Example
Text Example
White with #902275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902275; }
p { color: rgb(144,34,117); }
H1.HeaderClassName
{
color: #902275;
}
.AnyTagClassName
{
color: #902275;
}
</style>
background-color css
<style>
a { background-color: #902275; }
a { background-color: rgb(144,34,117); }
div.DivClassName
{
background-color: #902275;
}
.BgClassName
{
background-color: #902275;
}
</style>
border-color css
<style>
span { border-color: #902275; }
span { border-color: rgb(144,34,117); }
td.TdClassName
{
border-color: #902275;
}
.TagClassName
{
border-color: #902275;
}
</style>