Shades of Dark Purple #911F67
Tints of Dark Purple #911F67
RGB
CMYK
RGB Variations
Color information
#911F67 (or 0x911F67) is known color: Dark Purple. HEX triplet: 91, 1F and 67. RGB value is (145,31,103). Sum of RGB (Red+Green+Blue) = 145+31+103=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911F67 is #6EE098. Grayscale: #494949. Windows color (decimal): -7266457 or 6758289. OLE color: 6758289.
HSL color Cylindrical-coordinate representation of color #911F67: hue angle of 322.11º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F67 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 103 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.43 |
| HSL | 322.11º | 0.65% | 0.35% | - |
| HSV(B) | 322.11º | 0.79% | 0.57% | - |
| XYZ | 14.62 | 7.98 | 13.6 | - |
| YUV | 73.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 103 | 0 | 0.79 | 0.29 | 0.43 | 322.11 | 0.65 | 0.35 |
| Hex | 91 | 1F | 67 | 0 | 4F | 1D | 2B | 142 | 41 | 23 |
| Octal | 221 | 37 | 147 | 0 | 117 | 35 | 53 | 502 | 101 | 43 |
| Binary | 10010001 | 11111 | 1100111 | 0 | 1001111 | 11101 | 101011 | 101000010 | 1000001 | 100011 |
Color Harmonies of #911F67
Complementary color
Monochromatic Colors of #911F67
Black with #911F67
Text Example
Text Example
White with #911F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F67; }
p { color: rgb(145,31,103); }
H1.HeaderClassName
{
color: #911F67;
}
.AnyTagClassName
{
color: #911F67;
}
</style>
background-color css
<style>
a { background-color: #911F67; }
a { background-color: rgb(145,31,103); }
div.DivClassName
{
background-color: #911F67;
}
.BgClassName
{
background-color: #911F67;
}
</style>
border-color css
<style>
span { border-color: #911F67; }
span { border-color: rgb(145,31,103); }
td.TdClassName
{
border-color: #911F67;
}
.TagClassName
{
border-color: #911F67;
}
</style>