Shades of Dark Purple #902367
Tints of Dark Purple #902367
RGB
CMYK
RGB Variations
Color information
#902367 (or 0x902367) is known color: Dark Purple. HEX triplet: 90, 23 and 67. RGB value is (144,35,103). Sum of RGB (Red+Green+Blue) = 144+35+103=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #902367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902367 is #6FDC98. Grayscale: #4B4B4B. Windows color (decimal): -7330969 or 6759312. OLE color: 6759312.
HSL color Cylindrical-coordinate representation of color #902367: hue angle of 322.57º degrees, saturation: 0.61, 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 #902367 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 103 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.44 |
| HSL | 322.57º | 0.61% | 0.35% | - |
| HSV(B) | 322.57º | 0.76% | 0.56% | - |
| XYZ | 14.55 | 8.11 | 13.63 | - |
| YUV | 75.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 103 | 0 | 0.76 | 0.28 | 0.44 | 322.57 | 0.61 | 0.35 |
| Hex | 90 | 23 | 67 | 0 | 4C | 1C | 2C | 143 | 3D | 23 |
| Octal | 220 | 43 | 147 | 0 | 114 | 34 | 54 | 503 | 75 | 43 |
| Binary | 10010000 | 100011 | 1100111 | 0 | 1001100 | 11100 | 101100 | 101000011 | 111101 | 100011 |
Color Harmonies of #902367
Complementary color
Monochromatic Colors of #902367
Black with #902367
Text Example
Text Example
White with #902367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902367; }
p { color: rgb(144,35,103); }
H1.HeaderClassName
{
color: #902367;
}
.AnyTagClassName
{
color: #902367;
}
</style>
background-color css
<style>
a { background-color: #902367; }
a { background-color: rgb(144,35,103); }
div.DivClassName
{
background-color: #902367;
}
.BgClassName
{
background-color: #902367;
}
</style>
border-color css
<style>
span { border-color: #902367; }
span { border-color: rgb(144,35,103); }
td.TdClassName
{
border-color: #902367;
}
.TagClassName
{
border-color: #902367;
}
</style>