Shades of Dark Purple #951B8D
Tints of Dark Purple #951B8D
RGB
CMYK
RGB Variations
Color information
#951B8D (or 0x951B8D) is known color: Dark Purple. HEX triplet: 95, 1B and 8D. RGB value is (149,27,141). Sum of RGB (Red+Green+Blue) = 149+27+141=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #951B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B8D is #6AE472. Grayscale: #4C4C4C. Windows color (decimal): -7005299 or 9247637. OLE color: 9247637.
HSL color Cylindrical-coordinate representation of color #951B8D: hue angle of 303.93º 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 #951B8D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 141 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.42 |
| HSL | 303.93º | 0.69% | 0.35% | - |
| HSV(B) | 303.93º | 0.82% | 0.58% | - |
| XYZ | 17.59 | 9.1 | 26.03 | - |
| YUV | 76.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 141 | 0 | 0.82 | 0.05 | 0.42 | 303.93 | 0.69 | 0.35 |
| Hex | 95 | 1B | 8D | 0 | 52 | 5 | 2A | 130 | 45 | 23 |
| Octal | 225 | 33 | 215 | 0 | 122 | 5 | 52 | 460 | 105 | 43 |
| Binary | 10010101 | 11011 | 10001101 | 0 | 1010010 | 101 | 101010 | 100110000 | 1000101 | 100011 |
Color Harmonies of #951B8D
Complementary color
Monochromatic Colors of #951B8D
Black with #951B8D
Text Example
Text Example
White with #951B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B8D; }
p { color: rgb(149,27,141); }
H1.HeaderClassName
{
color: #951B8D;
}
.AnyTagClassName
{
color: #951B8D;
}
</style>
background-color css
<style>
a { background-color: #951B8D; }
a { background-color: rgb(149,27,141); }
div.DivClassName
{
background-color: #951B8D;
}
.BgClassName
{
background-color: #951B8D;
}
</style>
border-color css
<style>
span { border-color: #951B8D; }
span { border-color: rgb(149,27,141); }
td.TdClassName
{
border-color: #951B8D;
}
.TagClassName
{
border-color: #951B8D;
}
</style>