Shades of Dark Purple #902067
Tints of Dark Purple #902067
RGB
CMYK
RGB Variations
Color information
#902067 (or 0x902067) is known color: Dark Purple. HEX triplet: 90, 20 and 67. RGB value is (144,32,103). Sum of RGB (Red+Green+Blue) = 144+32+103=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #902067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902067 is #6FDF98. Grayscale: #494949. Windows color (decimal): -7331737 or 6758544. OLE color: 6758544.
HSL color Cylindrical-coordinate representation of color #902067: hue angle of 321.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902067 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 103 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.44 |
| HSL | 321.96º | 0.64% | 0.35% | - |
| HSV(B) | 321.96º | 0.78% | 0.56% | - |
| XYZ | 14.47 | 7.94 | 13.6 | - |
| YUV | 73.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 103 | 0 | 0.78 | 0.28 | 0.44 | 321.96 | 0.64 | 0.35 |
| Hex | 90 | 20 | 67 | 0 | 4E | 1C | 2C | 142 | 40 | 23 |
| Octal | 220 | 40 | 147 | 0 | 116 | 34 | 54 | 502 | 100 | 43 |
| Binary | 10010000 | 100000 | 1100111 | 0 | 1001110 | 11100 | 101100 | 101000010 | 1000000 | 100011 |
Color Harmonies of #902067
Complementary color
Monochromatic Colors of #902067
Black with #902067
Text Example
Text Example
White with #902067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902067; }
p { color: rgb(144,32,103); }
H1.HeaderClassName
{
color: #902067;
}
.AnyTagClassName
{
color: #902067;
}
</style>
background-color css
<style>
a { background-color: #902067; }
a { background-color: rgb(144,32,103); }
div.DivClassName
{
background-color: #902067;
}
.BgClassName
{
background-color: #902067;
}
</style>
border-color css
<style>
span { border-color: #902067; }
span { border-color: rgb(144,32,103); }
td.TdClassName
{
border-color: #902067;
}
.TagClassName
{
border-color: #902067;
}
</style>