Shades of Dark Purple #952A83
Tints of Dark Purple #952A83
RGB
CMYK
RGB Variations
Color information
#952A83 (or 0x952A83) is known color: Dark Purple. HEX triplet: 95, 2A and 83. RGB value is (149,42,131). Sum of RGB (Red+Green+Blue) = 149+42+131=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A83 is #6AD57C. Grayscale: #535353. Windows color (decimal): -7001469 or 8596117. OLE color: 8596117.
HSL color Cylindrical-coordinate representation of color #952A83: hue angle of 310.09º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A83 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 131 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.42 |
| HSL | 310.09º | 0.56% | 0.37% | - |
| HSV(B) | 310.09º | 0.72% | 0.58% | - |
| XYZ | 17.32 | 9.68 | 22.43 | - |
| YUV | 84.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 131 | 0 | 0.72 | 0.12 | 0.42 | 310.09 | 0.56 | 0.37 |
| Hex | 95 | 2A | 83 | 0 | 48 | C | 2A | 136 | 38 | 25 |
| Octal | 225 | 52 | 203 | 0 | 110 | 14 | 52 | 466 | 70 | 45 |
| Binary | 10010101 | 101010 | 10000011 | 0 | 1001000 | 1100 | 101010 | 100110110 | 111000 | 100101 |
Color Harmonies of #952A83
Complementary color
Monochromatic Colors of #952A83
Black with #952A83
Text Example
Text Example
White with #952A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A83; }
p { color: rgb(149,42,131); }
H1.HeaderClassName
{
color: #952A83;
}
.AnyTagClassName
{
color: #952A83;
}
</style>
background-color css
<style>
a { background-color: #952A83; }
a { background-color: rgb(149,42,131); }
div.DivClassName
{
background-color: #952A83;
}
.BgClassName
{
background-color: #952A83;
}
</style>
border-color css
<style>
span { border-color: #952A83; }
span { border-color: rgb(149,42,131); }
td.TdClassName
{
border-color: #952A83;
}
.TagClassName
{
border-color: #952A83;
}
</style>