Shades of Dark Purple #902168
Tints of Dark Purple #902168
RGB
CMYK
RGB Variations
Color information
#902168 (or 0x902168) is known color: Dark Purple. HEX triplet: 90, 21 and 68. RGB value is (144,33,104). Sum of RGB (Red+Green+Blue) = 144+33+104=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #902168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902168 is #6FDE97. Grayscale: #4A4A4A. Windows color (decimal): -7331480 or 6824336. OLE color: 6824336.
HSL color Cylindrical-coordinate representation of color #902168: hue angle of 321.62º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902168 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 104 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.44 |
| HSL | 321.62º | 0.63% | 0.35% | - |
| HSV(B) | 321.62º | 0.77% | 0.56% | - |
| XYZ | 14.54 | 8.02 | 13.88 | - |
| YUV | 74.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 104 | 0 | 0.77 | 0.28 | 0.44 | 321.62 | 0.63 | 0.35 |
| Hex | 90 | 21 | 68 | 0 | 4D | 1C | 2C | 142 | 3F | 23 |
| Octal | 220 | 41 | 150 | 0 | 115 | 34 | 54 | 502 | 77 | 43 |
| Binary | 10010000 | 100001 | 1101000 | 0 | 1001101 | 11100 | 101100 | 101000010 | 111111 | 100011 |
Color Harmonies of #902168
Complementary color
Monochromatic Colors of #902168
Black with #902168
Text Example
Text Example
White with #902168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902168; }
p { color: rgb(144,33,104); }
H1.HeaderClassName
{
color: #902168;
}
.AnyTagClassName
{
color: #902168;
}
</style>
background-color css
<style>
a { background-color: #902168; }
a { background-color: rgb(144,33,104); }
div.DivClassName
{
background-color: #902168;
}
.BgClassName
{
background-color: #902168;
}
</style>
border-color css
<style>
span { border-color: #902168; }
span { border-color: rgb(144,33,104); }
td.TdClassName
{
border-color: #902168;
}
.TagClassName
{
border-color: #902168;
}
</style>