Shades of Dark Purple #951682
Tints of Dark Purple #951682
RGB
CMYK
RGB Variations
Color information
#951682 (or 0x951682) is known color: Dark Purple. HEX triplet: 95, 16 and 82. RGB value is (149,22,130). Sum of RGB (Red+Green+Blue) = 149+22+130=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #951682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951682 is #6AE97D. Grayscale: #474747. Windows color (decimal): -7006590 or 8525461. OLE color: 8525461.
HSL color Cylindrical-coordinate representation of color #951682: hue angle of 308.98º 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 #951682 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 130 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.42 |
| HSL | 308.98º | 0.74% | 0.34% | - |
| HSV(B) | 308.98º | 0.85% | 0.58% | - |
| XYZ | 16.71 | 8.58 | 21.89 | - |
| YUV | 72.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 130 | 0 | 0.85 | 0.13 | 0.42 | 308.98 | 0.74 | 0.34 |
| Hex | 95 | 16 | 82 | 0 | 55 | D | 2A | 135 | 4A | 22 |
| Octal | 225 | 26 | 202 | 0 | 125 | 15 | 52 | 465 | 112 | 42 |
| Binary | 10010101 | 10110 | 10000010 | 0 | 1010101 | 1101 | 101010 | 100110101 | 1001010 | 100010 |
Color Harmonies of #951682
Complementary color
Monochromatic Colors of #951682
Black with #951682
Text Example
Text Example
White with #951682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951682; }
p { color: rgb(149,22,130); }
H1.HeaderClassName
{
color: #951682;
}
.AnyTagClassName
{
color: #951682;
}
</style>
background-color css
<style>
a { background-color: #951682; }
a { background-color: rgb(149,22,130); }
div.DivClassName
{
background-color: #951682;
}
.BgClassName
{
background-color: #951682;
}
</style>
border-color css
<style>
span { border-color: #951682; }
span { border-color: rgb(149,22,130); }
td.TdClassName
{
border-color: #951682;
}
.TagClassName
{
border-color: #951682;
}
</style>