Shades of Dark Purple #951A7E
Tints of Dark Purple #951A7E
RGB
CMYK
RGB Variations
Color information
#951A7E (or 0x951A7E) is known color: Dark Purple. HEX triplet: 95, 1A and 7E. RGB value is (149,26,126). Sum of RGB (Red+Green+Blue) = 149+26+126=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #951A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A7E is #6AE581. Grayscale: #494949. Windows color (decimal): -7005570 or 8264341. OLE color: 8264341.
HSL color Cylindrical-coordinate representation of color #951A7E: hue angle of 311.22º 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 #951A7E is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 26 | 126 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.42 |
| HSL | 311.22º | 0.7% | 0.34% | - |
| HSV(B) | 311.22º | 0.83% | 0.58% | - |
| XYZ | 16.53 | 8.63 | 20.53 | - |
| YUV | 74.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 126 | 0 | 0.83 | 0.15 | 0.42 | 311.22 | 0.7 | 0.34 |
| Hex | 95 | 1A | 7E | 0 | 53 | F | 2A | 137 | 46 | 22 |
| Octal | 225 | 32 | 176 | 0 | 123 | 17 | 52 | 467 | 106 | 42 |
| Binary | 10010101 | 11010 | 1111110 | 0 | 1010011 | 1111 | 101010 | 100110111 | 1000110 | 100010 |
Color Harmonies of #951A7E
Complementary color
Monochromatic Colors of #951A7E
Black with #951A7E
Text Example
Text Example
White with #951A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951A7E; }
p { color: rgb(149,26,126); }
H1.HeaderClassName
{
color: #951A7E;
}
.AnyTagClassName
{
color: #951A7E;
}
</style>
background-color css
<style>
a { background-color: #951A7E; }
a { background-color: rgb(149,26,126); }
div.DivClassName
{
background-color: #951A7E;
}
.BgClassName
{
background-color: #951A7E;
}
</style>
border-color css
<style>
span { border-color: #951A7E; }
span { border-color: rgb(149,26,126); }
td.TdClassName
{
border-color: #951A7E;
}
.TagClassName
{
border-color: #951A7E;
}
</style>