Shades of Dark Purple #902568
Tints of Dark Purple #902568
RGB
CMYK
RGB Variations
Color information
#902568 (or 0x902568) is known color: Dark Purple. HEX triplet: 90, 25 and 68. RGB value is (144,37,104). Sum of RGB (Red+Green+Blue) = 144+37+104=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #902568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902568 is #6FDA97. Grayscale: #4C4C4C. Windows color (decimal): -7330456 or 6825360. OLE color: 6825360.
HSL color Cylindrical-coordinate representation of color #902568: hue angle of 322.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902568 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 104 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.44 |
| HSL | 322.43º | 0.59% | 0.35% | - |
| HSV(B) | 322.43º | 0.74% | 0.56% | - |
| XYZ | 14.66 | 8.25 | 13.92 | - |
| YUV | 76.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 104 | 0 | 0.74 | 0.28 | 0.44 | 322.43 | 0.59 | 0.35 |
| Hex | 90 | 25 | 68 | 0 | 4A | 1C | 2C | 142 | 3B | 23 |
| Octal | 220 | 45 | 150 | 0 | 112 | 34 | 54 | 502 | 73 | 43 |
| Binary | 10010000 | 100101 | 1101000 | 0 | 1001010 | 11100 | 101100 | 101000010 | 111011 | 100011 |
Color Harmonies of #902568
Complementary color
Monochromatic Colors of #902568
Black with #902568
Text Example
Text Example
White with #902568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902568; }
p { color: rgb(144,37,104); }
H1.HeaderClassName
{
color: #902568;
}
.AnyTagClassName
{
color: #902568;
}
</style>
background-color css
<style>
a { background-color: #902568; }
a { background-color: rgb(144,37,104); }
div.DivClassName
{
background-color: #902568;
}
.BgClassName
{
background-color: #902568;
}
</style>
border-color css
<style>
span { border-color: #902568; }
span { border-color: rgb(144,37,104); }
td.TdClassName
{
border-color: #902568;
}
.TagClassName
{
border-color: #902568;
}
</style>