Shades of Dark Purple #911683
Tints of Dark Purple #911683
RGB
CMYK
RGB Variations
Color information
#911683 (or 0x911683) is known color: Dark Purple. HEX triplet: 91, 16 and 83. RGB value is (145,22,131). Sum of RGB (Red+Green+Blue) = 145+22+131=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #911683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911683 is #6EE97C. Grayscale: #464646. Windows color (decimal): -7268733 or 8590993. OLE color: 8590993.
HSL color Cylindrical-coordinate representation of color #911683: hue angle of 306.83º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911683 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 131 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.43 |
| HSL | 306.83º | 0.74% | 0.33% | - |
| HSV(B) | 306.83º | 0.85% | 0.57% | - |
| XYZ | 16.06 | 8.23 | 22.22 | - |
| YUV | 71.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 131 | 0 | 0.85 | 0.10 | 0.43 | 306.83 | 0.74 | 0.33 |
| Hex | 91 | 16 | 83 | 0 | 55 | A | 2B | 133 | 4A | 21 |
| Octal | 221 | 26 | 203 | 0 | 125 | 12 | 53 | 463 | 112 | 41 |
| Binary | 10010001 | 10110 | 10000011 | 0 | 1010101 | 1010 | 101011 | 100110011 | 1001010 | 100001 |
Color Harmonies of #911683
Complementary color
Monochromatic Colors of #911683
Black with #911683
Text Example
Text Example
White with #911683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911683; }
p { color: rgb(145,22,131); }
H1.HeaderClassName
{
color: #911683;
}
.AnyTagClassName
{
color: #911683;
}
</style>
background-color css
<style>
a { background-color: #911683; }
a { background-color: rgb(145,22,131); }
div.DivClassName
{
background-color: #911683;
}
.BgClassName
{
background-color: #911683;
}
</style>
border-color css
<style>
span { border-color: #911683; }
span { border-color: rgb(145,22,131); }
td.TdClassName
{
border-color: #911683;
}
.TagClassName
{
border-color: #911683;
}
</style>