Shades of Dark Purple #951B80
Tints of Dark Purple #951B80
RGB
CMYK
RGB Variations
Color information
#951B80 (or 0x951B80) is known color: Dark Purple. HEX triplet: 95, 1B and 80. RGB value is (149,27,128). Sum of RGB (Red+Green+Blue) = 149+27+128=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #951B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B80 is #6AE47F. Grayscale: #4A4A4A. Windows color (decimal): -7005312 or 8395669. OLE color: 8395669.
HSL color Cylindrical-coordinate representation of color #951B80: hue angle of 310.33º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B80 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 128 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.42 |
| HSL | 310.33º | 0.69% | 0.35% | - |
| HSV(B) | 310.33º | 0.82% | 0.58% | - |
| XYZ | 16.68 | 8.73 | 21.23 | - |
| YUV | 74.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 128 | 0 | 0.82 | 0.14 | 0.42 | 310.33 | 0.69 | 0.35 |
| Hex | 95 | 1B | 80 | 0 | 52 | E | 2A | 136 | 45 | 23 |
| Octal | 225 | 33 | 200 | 0 | 122 | 16 | 52 | 466 | 105 | 43 |
| Binary | 10010101 | 11011 | 10000000 | 0 | 1010010 | 1110 | 101010 | 100110110 | 1000101 | 100011 |
Color Harmonies of #951B80
Complementary color
Monochromatic Colors of #951B80
Black with #951B80
Text Example
Text Example
White with #951B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B80; }
p { color: rgb(149,27,128); }
H1.HeaderClassName
{
color: #951B80;
}
.AnyTagClassName
{
color: #951B80;
}
</style>
background-color css
<style>
a { background-color: #951B80; }
a { background-color: rgb(149,27,128); }
div.DivClassName
{
background-color: #951B80;
}
.BgClassName
{
background-color: #951B80;
}
</style>
border-color css
<style>
span { border-color: #951B80; }
span { border-color: rgb(149,27,128); }
td.TdClassName
{
border-color: #951B80;
}
.TagClassName
{
border-color: #951B80;
}
</style>