Shades of Dark Purple #91256B
Tints of Dark Purple #91256B
RGB
CMYK
RGB Variations
Color information
#91256B (or 0x91256B) is known color: Dark Purple. HEX triplet: 91, 25 and 6B. RGB value is (145,37,107). Sum of RGB (Red+Green+Blue) = 145+37+107=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #91256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91256B is #6EDA94. Grayscale: #4D4D4D. Windows color (decimal): -7264917 or 7021969. OLE color: 7021969.
HSL color Cylindrical-coordinate representation of color #91256B: hue angle of 321.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91256B is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 37 | 107 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.43 |
| HSL | 321.11º | 0.59% | 0.36% | - |
| HSV(B) | 321.11º | 0.74% | 0.57% | - |
| XYZ | 14.99 | 8.4 | 14.74 | - |
| YUV | 77.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 107 | 0 | 0.74 | 0.26 | 0.43 | 321.11 | 0.59 | 0.36 |
| Hex | 91 | 25 | 6B | 0 | 4A | 1A | 2B | 141 | 3B | 24 |
| Octal | 221 | 45 | 153 | 0 | 112 | 32 | 53 | 501 | 73 | 44 |
| Binary | 10010001 | 100101 | 1101011 | 0 | 1001010 | 11010 | 101011 | 101000001 | 111011 | 100100 |
Color Harmonies of #91256B
Complementary color
Monochromatic Colors of #91256B
Black with #91256B
Text Example
Text Example
White with #91256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91256B; }
p { color: rgb(145,37,107); }
H1.HeaderClassName
{
color: #91256B;
}
.AnyTagClassName
{
color: #91256B;
}
</style>
background-color css
<style>
a { background-color: #91256B; }
a { background-color: rgb(145,37,107); }
div.DivClassName
{
background-color: #91256B;
}
.BgClassName
{
background-color: #91256B;
}
</style>
border-color css
<style>
span { border-color: #91256B; }
span { border-color: rgb(145,37,107); }
td.TdClassName
{
border-color: #91256B;
}
.TagClassName
{
border-color: #91256B;
}
</style>