Shades of Dark Purple #951B7F
Tints of Dark Purple #951B7F
RGB
CMYK
RGB Variations
Color information
#951B7F (or 0x951B7F) is known color: Dark Purple. HEX triplet: 95, 1B and 7F. RGB value is (149,27,127). Sum of RGB (Red+Green+Blue) = 149+27+127=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #951B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B7F is #6AE480. Grayscale: #4A4A4A. Windows color (decimal): -7005313 or 8330133. OLE color: 8330133.
HSL color Cylindrical-coordinate representation of color #951B7F: hue angle of 310.82º 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 #951B7F is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 127 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.42 |
| HSL | 310.82º | 0.69% | 0.35% | - |
| HSV(B) | 310.82º | 0.82% | 0.58% | - |
| XYZ | 16.62 | 8.71 | 20.88 | - |
| YUV | 74.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 127 | 0 | 0.82 | 0.15 | 0.42 | 310.82 | 0.69 | 0.35 |
| Hex | 95 | 1B | 7F | 0 | 52 | F | 2A | 137 | 45 | 23 |
| Octal | 225 | 33 | 177 | 0 | 122 | 17 | 52 | 467 | 105 | 43 |
| Binary | 10010101 | 11011 | 1111111 | 0 | 1010010 | 1111 | 101010 | 100110111 | 1000101 | 100011 |
Color Harmonies of #951B7F
Complementary color
Monochromatic Colors of #951B7F
Black with #951B7F
Text Example
Text Example
White with #951B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B7F; }
p { color: rgb(149,27,127); }
H1.HeaderClassName
{
color: #951B7F;
}
.AnyTagClassName
{
color: #951B7F;
}
</style>
background-color css
<style>
a { background-color: #951B7F; }
a { background-color: rgb(149,27,127); }
div.DivClassName
{
background-color: #951B7F;
}
.BgClassName
{
background-color: #951B7F;
}
</style>
border-color css
<style>
span { border-color: #951B7F; }
span { border-color: rgb(149,27,127); }
td.TdClassName
{
border-color: #951B7F;
}
.TagClassName
{
border-color: #951B7F;
}
</style>