Shades of Dark Purple #952783
Tints of Dark Purple #952783
RGB
CMYK
RGB Variations
Color information
#952783 (or 0x952783) is known color: Dark Purple. HEX triplet: 95, 27 and 83. RGB value is (149,39,131). Sum of RGB (Red+Green+Blue) = 149+39+131=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952783 is #6AD87C. Grayscale: #525252. Windows color (decimal): -7002237 or 8595349. OLE color: 8595349.
HSL color Cylindrical-coordinate representation of color #952783: hue angle of 309.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952783 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 131 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.42 |
| HSL | 309.82º | 0.59% | 0.37% | - |
| HSV(B) | 309.82º | 0.74% | 0.58% | - |
| XYZ | 17.22 | 9.48 | 22.4 | - |
| YUV | 82.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 131 | 0 | 0.74 | 0.12 | 0.42 | 309.82 | 0.59 | 0.37 |
| Hex | 95 | 27 | 83 | 0 | 4A | C | 2A | 136 | 3B | 25 |
| Octal | 225 | 47 | 203 | 0 | 112 | 14 | 52 | 466 | 73 | 45 |
| Binary | 10010101 | 100111 | 10000011 | 0 | 1001010 | 1100 | 101010 | 100110110 | 111011 | 100101 |
Color Harmonies of #952783
Complementary color
Monochromatic Colors of #952783
Black with #952783
Text Example
Text Example
White with #952783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952783; }
p { color: rgb(149,39,131); }
H1.HeaderClassName
{
color: #952783;
}
.AnyTagClassName
{
color: #952783;
}
</style>
background-color css
<style>
a { background-color: #952783; }
a { background-color: rgb(149,39,131); }
div.DivClassName
{
background-color: #952783;
}
.BgClassName
{
background-color: #952783;
}
</style>
border-color css
<style>
span { border-color: #952783; }
span { border-color: rgb(149,39,131); }
td.TdClassName
{
border-color: #952783;
}
.TagClassName
{
border-color: #952783;
}
</style>