Shades of Dark Purple #951C6B
Tints of Dark Purple #951C6B
RGB
CMYK
RGB Variations
Color information
#951C6B (or 0x951C6B) is known color: Dark Purple. HEX triplet: 95, 1C and 6B. RGB value is (149,28,107). Sum of RGB (Red+Green+Blue) = 149+28+107=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #951C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C6B is #6AE394. Grayscale: #484848. Windows color (decimal): -7005077 or 7019669. OLE color: 7019669.
HSL color Cylindrical-coordinate representation of color #951C6B: hue angle of 320.83º 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 #951C6B is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 107 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.42 |
| HSL | 320.83º | 0.68% | 0.35% | - |
| HSV(B) | 320.83º | 0.81% | 0.58% | - |
| XYZ | 15.46 | 8.28 | 14.69 | - |
| YUV | 73.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 107 | 0 | 0.81 | 0.28 | 0.42 | 320.83 | 0.68 | 0.35 |
| Hex | 95 | 1C | 6B | 0 | 51 | 1C | 2A | 141 | 44 | 23 |
| Octal | 225 | 34 | 153 | 0 | 121 | 34 | 52 | 501 | 104 | 43 |
| Binary | 10010101 | 11100 | 1101011 | 0 | 1010001 | 11100 | 101010 | 101000001 | 1000100 | 100011 |
Color Harmonies of #951C6B
Complementary color
Monochromatic Colors of #951C6B
Black with #951C6B
Text Example
Text Example
White with #951C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C6B; }
p { color: rgb(149,28,107); }
H1.HeaderClassName
{
color: #951C6B;
}
.AnyTagClassName
{
color: #951C6B;
}
</style>
background-color css
<style>
a { background-color: #951C6B; }
a { background-color: rgb(149,28,107); }
div.DivClassName
{
background-color: #951C6B;
}
.BgClassName
{
background-color: #951C6B;
}
</style>
border-color css
<style>
span { border-color: #951C6B; }
span { border-color: rgb(149,28,107); }
td.TdClassName
{
border-color: #951C6B;
}
.TagClassName
{
border-color: #951C6B;
}
</style>