Shades of Dark Purple #951C80
Tints of Dark Purple #951C80
RGB
CMYK
RGB Variations
Color information
#951C80 (or 0x951C80) is known color: Dark Purple. HEX triplet: 95, 1C and 80. RGB value is (149,28,128). Sum of RGB (Red+Green+Blue) = 149+28+128=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #951C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C80 is #6AE37F. Grayscale: #4B4B4B. Windows color (decimal): -7005056 or 8395925. OLE color: 8395925.
HSL color Cylindrical-coordinate representation of color #951C80: hue angle of 310.41º 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 #951C80 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 128 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.42 |
| HSL | 310.41º | 0.68% | 0.35% | - |
| HSV(B) | 310.41º | 0.81% | 0.58% | - |
| XYZ | 16.71 | 8.78 | 21.24 | - |
| YUV | 75.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 128 | 0 | 0.81 | 0.14 | 0.42 | 310.41 | 0.68 | 0.35 |
| Hex | 95 | 1C | 80 | 0 | 51 | E | 2A | 136 | 44 | 23 |
| Octal | 225 | 34 | 200 | 0 | 121 | 16 | 52 | 466 | 104 | 43 |
| Binary | 10010101 | 11100 | 10000000 | 0 | 1010001 | 1110 | 101010 | 100110110 | 1000100 | 100011 |
Color Harmonies of #951C80
Complementary color
Monochromatic Colors of #951C80
Black with #951C80
Text Example
Text Example
White with #951C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C80; }
p { color: rgb(149,28,128); }
H1.HeaderClassName
{
color: #951C80;
}
.AnyTagClassName
{
color: #951C80;
}
</style>
background-color css
<style>
a { background-color: #951C80; }
a { background-color: rgb(149,28,128); }
div.DivClassName
{
background-color: #951C80;
}
.BgClassName
{
background-color: #951C80;
}
</style>
border-color css
<style>
span { border-color: #951C80; }
span { border-color: rgb(149,28,128); }
td.TdClassName
{
border-color: #951C80;
}
.TagClassName
{
border-color: #951C80;
}
</style>