Shades of Dark Purple #952387
Tints of Dark Purple #952387
RGB
CMYK
RGB Variations
Color information
#952387 (or 0x952387) is known color: Dark Purple. HEX triplet: 95, 23 and 87. RGB value is (149,35,135). Sum of RGB (Red+Green+Blue) = 149+35+135=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952387 is #6ADC78. Grayscale: #505050. Windows color (decimal): -7003257 or 8856469. OLE color: 8856469.
HSL color Cylindrical-coordinate representation of color #952387: hue angle of 307.37º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952387 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 135 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.42 |
| HSL | 307.37º | 0.62% | 0.36% | - |
| HSV(B) | 307.37º | 0.77% | 0.58% | - |
| XYZ | 17.37 | 9.34 | 23.81 | - |
| YUV | 80.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 135 | 0 | 0.77 | 0.09 | 0.42 | 307.37 | 0.62 | 0.36 |
| Hex | 95 | 23 | 87 | 0 | 4D | 9 | 2A | 133 | 3E | 24 |
| Octal | 225 | 43 | 207 | 0 | 115 | 11 | 52 | 463 | 76 | 44 |
| Binary | 10010101 | 100011 | 10000111 | 0 | 1001101 | 1001 | 101010 | 100110011 | 111110 | 100100 |
Color Harmonies of #952387
Complementary color
Monochromatic Colors of #952387
Black with #952387
Text Example
Text Example
White with #952387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952387; }
p { color: rgb(149,35,135); }
H1.HeaderClassName
{
color: #952387;
}
.AnyTagClassName
{
color: #952387;
}
</style>
background-color css
<style>
a { background-color: #952387; }
a { background-color: rgb(149,35,135); }
div.DivClassName
{
background-color: #952387;
}
.BgClassName
{
background-color: #952387;
}
</style>
border-color css
<style>
span { border-color: #952387; }
span { border-color: rgb(149,35,135); }
td.TdClassName
{
border-color: #952387;
}
.TagClassName
{
border-color: #952387;
}
</style>