Shades of Dark Purple #952C83
Tints of Dark Purple #952C83
RGB
CMYK
RGB Variations
Color information
#952C83 (or 0x952C83) is known color: Dark Purple. HEX triplet: 95, 2C and 83. RGB value is (149,44,131). Sum of RGB (Red+Green+Blue) = 149+44+131=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C83 is #6AD37C. Grayscale: #555555. Windows color (decimal): -7000957 or 8596629. OLE color: 8596629.
HSL color Cylindrical-coordinate representation of color #952C83: hue angle of 310.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C83 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 131 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.42 |
| HSL | 310.29º | 0.54% | 0.38% | - |
| HSV(B) | 310.29º | 0.7% | 0.58% | - |
| XYZ | 17.39 | 9.83 | 22.45 | - |
| YUV | 85.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 131 | 0 | 0.70 | 0.12 | 0.42 | 310.29 | 0.54 | 0.38 |
| Hex | 95 | 2C | 83 | 0 | 46 | C | 2A | 136 | 36 | 26 |
| Octal | 225 | 54 | 203 | 0 | 106 | 14 | 52 | 466 | 66 | 46 |
| Binary | 10010101 | 101100 | 10000011 | 0 | 1000110 | 1100 | 101010 | 100110110 | 110110 | 100110 |
Color Harmonies of #952C83
Complementary color
Monochromatic Colors of #952C83
Black with #952C83
Text Example
Text Example
White with #952C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C83; }
p { color: rgb(149,44,131); }
H1.HeaderClassName
{
color: #952C83;
}
.AnyTagClassName
{
color: #952C83;
}
</style>
background-color css
<style>
a { background-color: #952C83; }
a { background-color: rgb(149,44,131); }
div.DivClassName
{
background-color: #952C83;
}
.BgClassName
{
background-color: #952C83;
}
</style>
border-color css
<style>
span { border-color: #952C83; }
span { border-color: rgb(149,44,131); }
td.TdClassName
{
border-color: #952C83;
}
.TagClassName
{
border-color: #952C83;
}
</style>