Shades of Dark Purple #951785
Tints of Dark Purple #951785
RGB
CMYK
RGB Variations
Color information
#951785 (or 0x951785) is known color: Dark Purple. HEX triplet: 95, 17 and 85. RGB value is (149,23,133). Sum of RGB (Red+Green+Blue) = 149+23+133=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #951785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951785 is #6AE87A. Grayscale: #484848. Windows color (decimal): -7006331 or 8722325. OLE color: 8722325.
HSL color Cylindrical-coordinate representation of color #951785: hue angle of 307.62º degrees, saturation: 0.73, 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 #951785 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 133 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.42 |
| HSL | 307.62º | 0.73% | 0.34% | - |
| HSV(B) | 307.62º | 0.85% | 0.58% | - |
| XYZ | 16.93 | 8.7 | 22.98 | - |
| YUV | 73.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 133 | 0 | 0.85 | 0.11 | 0.42 | 307.62 | 0.73 | 0.34 |
| Hex | 95 | 17 | 85 | 0 | 55 | B | 2A | 134 | 49 | 22 |
| Octal | 225 | 27 | 205 | 0 | 125 | 13 | 52 | 464 | 111 | 42 |
| Binary | 10010101 | 10111 | 10000101 | 0 | 1010101 | 1011 | 101010 | 100110100 | 1001001 | 100010 |
Color Harmonies of #951785
Complementary color
Monochromatic Colors of #951785
Black with #951785
Text Example
Text Example
White with #951785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951785; }
p { color: rgb(149,23,133); }
H1.HeaderClassName
{
color: #951785;
}
.AnyTagClassName
{
color: #951785;
}
</style>
background-color css
<style>
a { background-color: #951785; }
a { background-color: rgb(149,23,133); }
div.DivClassName
{
background-color: #951785;
}
.BgClassName
{
background-color: #951785;
}
</style>
border-color css
<style>
span { border-color: #951785; }
span { border-color: rgb(149,23,133); }
td.TdClassName
{
border-color: #951785;
}
.TagClassName
{
border-color: #951785;
}
</style>