Shades of Dark Purple #952E7B
Tints of Dark Purple #952E7B
RGB
CMYK
RGB Variations
Color information
#952E7B (or 0x952E7B) is known color: Dark Purple. HEX triplet: 95, 2E and 7B. RGB value is (149,46,123). Sum of RGB (Red+Green+Blue) = 149+46+123=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E7B is #6AD184. Grayscale: #555555. Windows color (decimal): -7000453 or 8072853. OLE color: 8072853.
HSL color Cylindrical-coordinate representation of color #952E7B: hue angle of 315.15º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E7B is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 123 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.42 |
| HSL | 315.15º | 0.53% | 0.38% | - |
| HSV(B) | 315.15º | 0.69% | 0.58% | - |
| XYZ | 16.95 | 9.77 | 19.73 | - |
| YUV | 85.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 123 | 0 | 0.69 | 0.17 | 0.42 | 315.15 | 0.53 | 0.38 |
| Hex | 95 | 2E | 7B | 0 | 45 | 11 | 2A | 13B | 35 | 26 |
| Octal | 225 | 56 | 173 | 0 | 105 | 21 | 52 | 473 | 65 | 46 |
| Binary | 10010101 | 101110 | 1111011 | 0 | 1000101 | 10001 | 101010 | 100111011 | 110101 | 100110 |
Color Harmonies of #952E7B
Complementary color
Monochromatic Colors of #952E7B
Black with #952E7B
Text Example
Text Example
White with #952E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E7B; }
p { color: rgb(149,46,123); }
H1.HeaderClassName
{
color: #952E7B;
}
.AnyTagClassName
{
color: #952E7B;
}
</style>
background-color css
<style>
a { background-color: #952E7B; }
a { background-color: rgb(149,46,123); }
div.DivClassName
{
background-color: #952E7B;
}
.BgClassName
{
background-color: #952E7B;
}
</style>
border-color css
<style>
span { border-color: #952E7B; }
span { border-color: rgb(149,46,123); }
td.TdClassName
{
border-color: #952E7B;
}
.TagClassName
{
border-color: #952E7B;
}
</style>