Shades of Dark Purple #931688
Tints of Dark Purple #931688
RGB
CMYK
RGB Variations
Color information
#931688 (or 0x931688) is known color: Dark Purple. HEX triplet: 93, 16 and 88. RGB value is (147,22,136). Sum of RGB (Red+Green+Blue) = 147+22+136=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #931688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931688 is #6CE977. Grayscale: #484848. Windows color (decimal): -7137656 or 8918675. OLE color: 8918675.
HSL color Cylindrical-coordinate representation of color #931688: hue angle of 305.28º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931688 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 136 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.42 |
| HSL | 305.28º | 0.74% | 0.33% | - |
| HSV(B) | 305.28º | 0.85% | 0.58% | - |
| XYZ | 16.76 | 8.55 | 24.06 | - |
| YUV | 72.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 136 | 0 | 0.85 | 0.07 | 0.42 | 305.28 | 0.74 | 0.33 |
| Hex | 93 | 16 | 88 | 0 | 55 | 7 | 2A | 131 | 4A | 21 |
| Octal | 223 | 26 | 210 | 0 | 125 | 7 | 52 | 461 | 112 | 41 |
| Binary | 10010011 | 10110 | 10001000 | 0 | 1010101 | 111 | 101010 | 100110001 | 1001010 | 100001 |
Color Harmonies of #931688
Complementary color
Monochromatic Colors of #931688
Black with #931688
Text Example
Text Example
White with #931688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931688; }
p { color: rgb(147,22,136); }
H1.HeaderClassName
{
color: #931688;
}
.AnyTagClassName
{
color: #931688;
}
</style>
background-color css
<style>
a { background-color: #931688; }
a { background-color: rgb(147,22,136); }
div.DivClassName
{
background-color: #931688;
}
.BgClassName
{
background-color: #931688;
}
</style>
border-color css
<style>
span { border-color: #931688; }
span { border-color: rgb(147,22,136); }
td.TdClassName
{
border-color: #931688;
}
.TagClassName
{
border-color: #931688;
}
</style>