Shades of Dark Purple #90256F
Tints of Dark Purple #90256F
RGB
CMYK
RGB Variations
Color information
#90256F (or 0x90256F) is known color: Dark Purple. HEX triplet: 90, 25 and 6F. RGB value is (144,37,111). Sum of RGB (Red+Green+Blue) = 144+37+111=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90256F is #6FDA90. Grayscale: #4D4D4D. Windows color (decimal): -7330449 or 7284112. OLE color: 7284112.
HSL color Cylindrical-coordinate representation of color #90256F: hue angle of 318.5º 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 #90256F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 111 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.44 |
| HSL | 318.5º | 0.59% | 0.35% | - |
| HSV(B) | 318.5º | 0.74% | 0.56% | - |
| XYZ | 15.03 | 8.4 | 15.87 | - |
| YUV | 77.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 111 | 0 | 0.74 | 0.23 | 0.44 | 318.5 | 0.59 | 0.35 |
| Hex | 90 | 25 | 6F | 0 | 4A | 17 | 2C | 13F | 3B | 23 |
| Octal | 220 | 45 | 157 | 0 | 112 | 27 | 54 | 477 | 73 | 43 |
| Binary | 10010000 | 100101 | 1101111 | 0 | 1001010 | 10111 | 101100 | 100111111 | 111011 | 100011 |
Color Harmonies of #90256F
Complementary color
Monochromatic Colors of #90256F
Black with #90256F
Text Example
Text Example
White with #90256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90256F; }
p { color: rgb(144,37,111); }
H1.HeaderClassName
{
color: #90256F;
}
.AnyTagClassName
{
color: #90256F;
}
</style>
background-color css
<style>
a { background-color: #90256F; }
a { background-color: rgb(144,37,111); }
div.DivClassName
{
background-color: #90256F;
}
.BgClassName
{
background-color: #90256F;
}
</style>
border-color css
<style>
span { border-color: #90256F; }
span { border-color: rgb(144,37,111); }
td.TdClassName
{
border-color: #90256F;
}
.TagClassName
{
border-color: #90256F;
}
</style>