Shades of Dark Purple #951A85
Tints of Dark Purple #951A85
RGB
CMYK
RGB Variations
Color information
#951A85 (or 0x951A85) is known color: Dark Purple. HEX triplet: 95, 1A and 85. RGB value is (149,26,133). Sum of RGB (Red+Green+Blue) = 149+26+133=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #951A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A85 is #6AE57A. Grayscale: #4A4A4A. Windows color (decimal): -7005563 or 8723093. OLE color: 8723093.
HSL color Cylindrical-coordinate representation of color #951A85: hue angle of 307.8º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A85 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 133 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.42 |
| HSL | 307.8º | 0.7% | 0.34% | - |
| HSV(B) | 307.8º | 0.83% | 0.58% | - |
| XYZ | 17 | 8.82 | 23 | - |
| YUV | 74.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 133 | 0 | 0.83 | 0.11 | 0.42 | 307.8 | 0.7 | 0.34 |
| Hex | 95 | 1A | 85 | 0 | 53 | B | 2A | 134 | 46 | 22 |
| Octal | 225 | 32 | 205 | 0 | 123 | 13 | 52 | 464 | 106 | 42 |
| Binary | 10010101 | 11010 | 10000101 | 0 | 1010011 | 1011 | 101010 | 100110100 | 1000110 | 100010 |
Color Harmonies of #951A85
Complementary color
Monochromatic Colors of #951A85
Black with #951A85
Text Example
Text Example
White with #951A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A85; }
p { color: rgb(149,26,133); }
H1.HeaderClassName
{
color: #951A85;
}
.AnyTagClassName
{
color: #951A85;
}
</style>
background-color css
<style>
a { background-color: #951A85; }
a { background-color: rgb(149,26,133); }
div.DivClassName
{
background-color: #951A85;
}
.BgClassName
{
background-color: #951A85;
}
</style>
border-color css
<style>
span { border-color: #951A85; }
span { border-color: rgb(149,26,133); }
td.TdClassName
{
border-color: #951A85;
}
.TagClassName
{
border-color: #951A85;
}
</style>