Shades of Dark Purple #952583
Tints of Dark Purple #952583
RGB
CMYK
RGB Variations
Color information
#952583 (or 0x952583) is known color: Dark Purple. HEX triplet: 95, 25 and 83. RGB value is (149,37,131). Sum of RGB (Red+Green+Blue) = 149+37+131=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952583 is #6ADA7C. Grayscale: #505050. Windows color (decimal): -7002749 or 8594837. OLE color: 8594837.
HSL color Cylindrical-coordinate representation of color #952583: hue angle of 309.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952583 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 131 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.42 |
| HSL | 309.64º | 0.6% | 0.36% | - |
| HSV(B) | 309.64º | 0.75% | 0.58% | - |
| XYZ | 17.15 | 9.35 | 22.37 | - |
| YUV | 81.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 131 | 0 | 0.75 | 0.12 | 0.42 | 309.64 | 0.6 | 0.36 |
| Hex | 95 | 25 | 83 | 0 | 4B | C | 2A | 136 | 3C | 24 |
| Octal | 225 | 45 | 203 | 0 | 113 | 14 | 52 | 466 | 74 | 44 |
| Binary | 10010101 | 100101 | 10000011 | 0 | 1001011 | 1100 | 101010 | 100110110 | 111100 | 100100 |
Color Harmonies of #952583
Complementary color
Monochromatic Colors of #952583
Black with #952583
Text Example
Text Example
White with #952583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952583; }
p { color: rgb(149,37,131); }
H1.HeaderClassName
{
color: #952583;
}
.AnyTagClassName
{
color: #952583;
}
</style>
background-color css
<style>
a { background-color: #952583; }
a { background-color: rgb(149,37,131); }
div.DivClassName
{
background-color: #952583;
}
.BgClassName
{
background-color: #952583;
}
</style>
border-color css
<style>
span { border-color: #952583; }
span { border-color: rgb(149,37,131); }
td.TdClassName
{
border-color: #952583;
}
.TagClassName
{
border-color: #952583;
}
</style>