Shades of Dark Purple #950B7D
Tints of Dark Purple #950B7D
RGB
CMYK
RGB Variations
Color information
#950B7D (or 0x950B7D) is known color: Dark Purple. HEX triplet: 95, 0B and 7D. RGB value is (149,11,125). Sum of RGB (Red+Green+Blue) = 149+11+125=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #950B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B7D is #6AF482. Grayscale: #404040. Windows color (decimal): -7009411 or 8194965. OLE color: 8194965.
HSL color Cylindrical-coordinate representation of color #950B7D: hue angle of 310.43º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B7D is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 11 | 125 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.42 |
| HSL | 310.43º | 0.86% | 0.31% | - |
| HSV(B) | 310.43º | 0.93% | 0.58% | - |
| XYZ | 16.22 | 8.11 | 20.11 | - |
| YUV | 65.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 125 | 0 | 0.93 | 0.16 | 0.42 | 310.43 | 0.86 | 0.31 |
| Hex | 95 | B | 7D | 0 | 5D | 10 | 2A | 136 | 56 | 1F |
| Octal | 225 | 13 | 175 | 0 | 135 | 20 | 52 | 466 | 126 | 37 |
| Binary | 10010101 | 1011 | 1111101 | 0 | 1011101 | 10000 | 101010 | 100110110 | 1010110 | 11111 |
Color Harmonies of #950B7D
Complementary color
Monochromatic Colors of #950B7D
Black with #950B7D
Text Example
Text Example
White with #950B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950B7D; }
p { color: rgb(149,11,125); }
H1.HeaderClassName
{
color: #950B7D;
}
.AnyTagClassName
{
color: #950B7D;
}
</style>
background-color css
<style>
a { background-color: #950B7D; }
a { background-color: rgb(149,11,125); }
div.DivClassName
{
background-color: #950B7D;
}
.BgClassName
{
background-color: #950B7D;
}
</style>
border-color css
<style>
span { border-color: #950B7D; }
span { border-color: rgb(149,11,125); }
td.TdClassName
{
border-color: #950B7D;
}
.TagClassName
{
border-color: #950B7D;
}
</style>