Shades of Dark Purple #951B6D
Tints of Dark Purple #951B6D
RGB
CMYK
RGB Variations
Color information
#951B6D (or 0x951B6D) is known color: Dark Purple. HEX triplet: 95, 1B and 6D. RGB value is (149,27,109). Sum of RGB (Red+Green+Blue) = 149+27+109=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B6D is #6AE492. Grayscale: #484848. Windows color (decimal): -7005331 or 7150485. OLE color: 7150485.
HSL color Cylindrical-coordinate representation of color #951B6D: hue angle of 319.67º 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 #951B6D is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 109 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.42 |
| HSL | 319.67º | 0.69% | 0.35% | - |
| HSV(B) | 319.67º | 0.82% | 0.58% | - |
| XYZ | 15.55 | 8.28 | 15.25 | - |
| YUV | 72.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 109 | 0 | 0.82 | 0.27 | 0.42 | 319.67 | 0.69 | 0.35 |
| Hex | 95 | 1B | 6D | 0 | 52 | 1B | 2A | 140 | 45 | 23 |
| Octal | 225 | 33 | 155 | 0 | 122 | 33 | 52 | 500 | 105 | 43 |
| Binary | 10010101 | 11011 | 1101101 | 0 | 1010010 | 11011 | 101010 | 101000000 | 1000101 | 100011 |
Color Harmonies of #951B6D
Complementary color
Monochromatic Colors of #951B6D
Black with #951B6D
Text Example
Text Example
White with #951B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B6D; }
p { color: rgb(149,27,109); }
H1.HeaderClassName
{
color: #951B6D;
}
.AnyTagClassName
{
color: #951B6D;
}
</style>
background-color css
<style>
a { background-color: #951B6D; }
a { background-color: rgb(149,27,109); }
div.DivClassName
{
background-color: #951B6D;
}
.BgClassName
{
background-color: #951B6D;
}
</style>
border-color css
<style>
span { border-color: #951B6D; }
span { border-color: rgb(149,27,109); }
td.TdClassName
{
border-color: #951B6D;
}
.TagClassName
{
border-color: #951B6D;
}
</style>