Shades of Dark Purple #952782
Tints of Dark Purple #952782
RGB
CMYK
RGB Variations
Color information
#952782 (or 0x952782) is known color: Dark Purple. HEX triplet: 95, 27 and 82. RGB value is (149,39,130). Sum of RGB (Red+Green+Blue) = 149+39+130=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952782 is #6AD87D. Grayscale: #525252. Windows color (decimal): -7002238 or 8529813. OLE color: 8529813.
HSL color Cylindrical-coordinate representation of color #952782: hue angle of 310.36º 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 #952782 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 130 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.42 |
| HSL | 310.36º | 0.59% | 0.37% | - |
| HSV(B) | 310.36º | 0.74% | 0.58% | - |
| XYZ | 17.15 | 9.45 | 22.04 | - |
| YUV | 82.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 130 | 0 | 0.74 | 0.13 | 0.42 | 310.36 | 0.59 | 0.37 |
| Hex | 95 | 27 | 82 | 0 | 4A | D | 2A | 136 | 3B | 25 |
| Octal | 225 | 47 | 202 | 0 | 112 | 15 | 52 | 466 | 73 | 45 |
| Binary | 10010101 | 100111 | 10000010 | 0 | 1001010 | 1101 | 101010 | 100110110 | 111011 | 100101 |
Color Harmonies of #952782
Complementary color
Monochromatic Colors of #952782
Black with #952782
Text Example
Text Example
White with #952782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952782; }
p { color: rgb(149,39,130); }
H1.HeaderClassName
{
color: #952782;
}
.AnyTagClassName
{
color: #952782;
}
</style>
background-color css
<style>
a { background-color: #952782; }
a { background-color: rgb(149,39,130); }
div.DivClassName
{
background-color: #952782;
}
.BgClassName
{
background-color: #952782;
}
</style>
border-color css
<style>
span { border-color: #952782; }
span { border-color: rgb(149,39,130); }
td.TdClassName
{
border-color: #952782;
}
.TagClassName
{
border-color: #952782;
}
</style>