Shades of Dark Purple #951C6A
Tints of Dark Purple #951C6A
RGB
CMYK
RGB Variations
Color information
#951C6A (or 0x951C6A) is known color: Dark Purple. HEX triplet: 95, 1C and 6A. RGB value is (149,28,106). Sum of RGB (Red+Green+Blue) = 149+28+106=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C6A is #6AE395. Grayscale: #484848. Windows color (decimal): -7005078 or 6954133. OLE color: 6954133.
HSL color Cylindrical-coordinate representation of color #951C6A: hue angle of 321.32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C6A is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 106 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.42 |
| HSL | 321.32º | 0.68% | 0.35% | - |
| HSV(B) | 321.32º | 0.81% | 0.58% | - |
| XYZ | 15.41 | 8.26 | 14.42 | - |
| YUV | 73.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 106 | 0 | 0.81 | 0.29 | 0.42 | 321.32 | 0.68 | 0.35 |
| Hex | 95 | 1C | 6A | 0 | 51 | 1D | 2A | 141 | 44 | 23 |
| Octal | 225 | 34 | 152 | 0 | 121 | 35 | 52 | 501 | 104 | 43 |
| Binary | 10010101 | 11100 | 1101010 | 0 | 1010001 | 11101 | 101010 | 101000001 | 1000100 | 100011 |
Color Harmonies of #951C6A
Complementary color
Monochromatic Colors of #951C6A
Black with #951C6A
Text Example
Text Example
White with #951C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C6A; }
p { color: rgb(149,28,106); }
H1.HeaderClassName
{
color: #951C6A;
}
.AnyTagClassName
{
color: #951C6A;
}
</style>
background-color css
<style>
a { background-color: #951C6A; }
a { background-color: rgb(149,28,106); }
div.DivClassName
{
background-color: #951C6A;
}
.BgClassName
{
background-color: #951C6A;
}
</style>
border-color css
<style>
span { border-color: #951C6A; }
span { border-color: rgb(149,28,106); }
td.TdClassName
{
border-color: #951C6A;
}
.TagClassName
{
border-color: #951C6A;
}
</style>