Shades of Dark Purple #952082
Tints of Dark Purple #952082
RGB
CMYK
RGB Variations
Color information
#952082 (or 0x952082) is known color: Dark Purple. HEX triplet: 95, 20 and 82. RGB value is (149,32,130). Sum of RGB (Red+Green+Blue) = 149+32+130=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952082 is #6ADF7D. Grayscale: #4D4D4D. Windows color (decimal): -7004030 or 8528021. OLE color: 8528021.
HSL color Cylindrical-coordinate representation of color #952082: hue angle of 309.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952082 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 130 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.42 |
| HSL | 309.74º | 0.65% | 0.35% | - |
| HSV(B) | 309.74º | 0.79% | 0.58% | - |
| XYZ | 16.94 | 9.03 | 21.97 | - |
| YUV | 78.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 130 | 0 | 0.79 | 0.13 | 0.42 | 309.74 | 0.65 | 0.35 |
| Hex | 95 | 20 | 82 | 0 | 4F | D | 2A | 136 | 41 | 23 |
| Octal | 225 | 40 | 202 | 0 | 117 | 15 | 52 | 466 | 101 | 43 |
| Binary | 10010101 | 100000 | 10000010 | 0 | 1001111 | 1101 | 101010 | 100110110 | 1000001 | 100011 |
Color Harmonies of #952082
Complementary color
Monochromatic Colors of #952082
Black with #952082
Text Example
Text Example
White with #952082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952082; }
p { color: rgb(149,32,130); }
H1.HeaderClassName
{
color: #952082;
}
.AnyTagClassName
{
color: #952082;
}
</style>
background-color css
<style>
a { background-color: #952082; }
a { background-color: rgb(149,32,130); }
div.DivClassName
{
background-color: #952082;
}
.BgClassName
{
background-color: #952082;
}
</style>
border-color css
<style>
span { border-color: #952082; }
span { border-color: rgb(149,32,130); }
td.TdClassName
{
border-color: #952082;
}
.TagClassName
{
border-color: #952082;
}
</style>