Shades of Dark Purple #951B7D
Tints of Dark Purple #951B7D
RGB
CMYK
RGB Variations
Color information
#951B7D (or 0x951B7D) is known color: Dark Purple. HEX triplet: 95, 1B and 7D. RGB value is (149,27,125). Sum of RGB (Red+Green+Blue) = 149+27+125=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #951B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B7D is #6AE482. Grayscale: #4A4A4A. Windows color (decimal): -7005315 or 8199061. OLE color: 8199061.
HSL color Cylindrical-coordinate representation of color #951B7D: hue angle of 311.8º 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 #951B7D is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 125 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.42 |
| HSL | 311.8º | 0.69% | 0.35% | - |
| HSV(B) | 311.8º | 0.82% | 0.58% | - |
| XYZ | 16.49 | 8.65 | 20.2 | - |
| YUV | 74.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 125 | 0 | 0.82 | 0.16 | 0.42 | 311.8 | 0.69 | 0.35 |
| Hex | 95 | 1B | 7D | 0 | 52 | 10 | 2A | 138 | 45 | 23 |
| Octal | 225 | 33 | 175 | 0 | 122 | 20 | 52 | 470 | 105 | 43 |
| Binary | 10010101 | 11011 | 1111101 | 0 | 1010010 | 10000 | 101010 | 100111000 | 1000101 | 100011 |
Color Harmonies of #951B7D
Complementary color
Monochromatic Colors of #951B7D
Black with #951B7D
Text Example
Text Example
White with #951B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B7D; }
p { color: rgb(149,27,125); }
H1.HeaderClassName
{
color: #951B7D;
}
.AnyTagClassName
{
color: #951B7D;
}
</style>
background-color css
<style>
a { background-color: #951B7D; }
a { background-color: rgb(149,27,125); }
div.DivClassName
{
background-color: #951B7D;
}
.BgClassName
{
background-color: #951B7D;
}
</style>
border-color css
<style>
span { border-color: #951B7D; }
span { border-color: rgb(149,27,125); }
td.TdClassName
{
border-color: #951B7D;
}
.TagClassName
{
border-color: #951B7D;
}
</style>