Shades of Dark Purple #951687
Tints of Dark Purple #951687
RGB
CMYK
RGB Variations
Color information
#951687 (or 0x951687) is known color: Dark Purple. HEX triplet: 95, 16 and 87. RGB value is (149,22,135). Sum of RGB (Red+Green+Blue) = 149+22+135=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #951687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951687 is #6AE978. Grayscale: #484848. Windows color (decimal): -7006585 or 8853141. OLE color: 8853141.
HSL color Cylindrical-coordinate representation of color #951687: hue angle of 306.61º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951687 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 135 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.42 |
| HSL | 306.61º | 0.74% | 0.34% | - |
| HSV(B) | 306.61º | 0.85% | 0.58% | - |
| XYZ | 17.05 | 8.71 | 23.7 | - |
| YUV | 72.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 135 | 0 | 0.85 | 0.09 | 0.42 | 306.61 | 0.74 | 0.34 |
| Hex | 95 | 16 | 87 | 0 | 55 | 9 | 2A | 133 | 4A | 22 |
| Octal | 225 | 26 | 207 | 0 | 125 | 11 | 52 | 463 | 112 | 42 |
| Binary | 10010101 | 10110 | 10000111 | 0 | 1010101 | 1001 | 101010 | 100110011 | 1001010 | 100010 |
Color Harmonies of #951687
Complementary color
Monochromatic Colors of #951687
Black with #951687
Text Example
Text Example
White with #951687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951687; }
p { color: rgb(149,22,135); }
H1.HeaderClassName
{
color: #951687;
}
.AnyTagClassName
{
color: #951687;
}
</style>
background-color css
<style>
a { background-color: #951687; }
a { background-color: rgb(149,22,135); }
div.DivClassName
{
background-color: #951687;
}
.BgClassName
{
background-color: #951687;
}
</style>
border-color css
<style>
span { border-color: #951687; }
span { border-color: rgb(149,22,135); }
td.TdClassName
{
border-color: #951687;
}
.TagClassName
{
border-color: #951687;
}
</style>