Shades of Dark Purple #91268A
Tints of Dark Purple #91268A
RGB
CMYK
RGB Variations
Color information
#91268A (or 0x91268A) is known color: Dark Purple. HEX triplet: 91, 26 and 8A. RGB value is (145,38,138). Sum of RGB (Red+Green+Blue) = 145+38+138=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #91268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91268A is #6ED975. Grayscale: #515151. Windows color (decimal): -7264630 or 9053841. OLE color: 9053841.
HSL color Cylindrical-coordinate representation of color #91268A: hue angle of 303.93º degrees, saturation: 0.58, 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 #91268A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 38 | 138 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.43 |
| HSL | 303.93º | 0.58% | 0.36% | - |
| HSV(B) | 303.93º | 0.74% | 0.57% | - |
| XYZ | 16.96 | 9.24 | 24.93 | - |
| YUV | 81.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 38 | 138 | 0 | 0.74 | 0.05 | 0.43 | 303.93 | 0.58 | 0.36 |
| Hex | 91 | 26 | 8A | 0 | 4A | 5 | 2B | 130 | 3A | 24 |
| Octal | 221 | 46 | 212 | 0 | 112 | 5 | 53 | 460 | 72 | 44 |
| Binary | 10010001 | 100110 | 10001010 | 0 | 1001010 | 101 | 101011 | 100110000 | 111010 | 100100 |
Color Harmonies of #91268A
Complementary color
Monochromatic Colors of #91268A
Black with #91268A
Text Example
Text Example
White with #91268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91268A; }
p { color: rgb(145,38,138); }
H1.HeaderClassName
{
color: #91268A;
}
.AnyTagClassName
{
color: #91268A;
}
</style>
background-color css
<style>
a { background-color: #91268A; }
a { background-color: rgb(145,38,138); }
div.DivClassName
{
background-color: #91268A;
}
.BgClassName
{
background-color: #91268A;
}
</style>
border-color css
<style>
span { border-color: #91268A; }
span { border-color: rgb(145,38,138); }
td.TdClassName
{
border-color: #91268A;
}
.TagClassName
{
border-color: #91268A;
}
</style>