Shades of Dark Purple #952682
Tints of Dark Purple #952682
RGB
CMYK
RGB Variations
Color information
#952682 (or 0x952682) is known color: Dark Purple. HEX triplet: 95, 26 and 82. RGB value is (149,38,130). Sum of RGB (Red+Green+Blue) = 149+38+130=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952682 is #6AD97D. Grayscale: #515151. Windows color (decimal): -7002494 or 8529557. OLE color: 8529557.
HSL color Cylindrical-coordinate representation of color #952682: hue angle of 310.27º 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 #952682 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 130 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.42 |
| HSL | 310.27º | 0.59% | 0.37% | - |
| HSV(B) | 310.27º | 0.74% | 0.58% | - |
| XYZ | 17.12 | 9.39 | 22.03 | - |
| YUV | 81.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 130 | 0 | 0.74 | 0.13 | 0.42 | 310.27 | 0.59 | 0.37 |
| Hex | 95 | 26 | 82 | 0 | 4A | D | 2A | 136 | 3B | 25 |
| Octal | 225 | 46 | 202 | 0 | 112 | 15 | 52 | 466 | 73 | 45 |
| Binary | 10010101 | 100110 | 10000010 | 0 | 1001010 | 1101 | 101010 | 100110110 | 111011 | 100101 |
Color Harmonies of #952682
Complementary color
Monochromatic Colors of #952682
Black with #952682
Text Example
Text Example
White with #952682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952682; }
p { color: rgb(149,38,130); }
H1.HeaderClassName
{
color: #952682;
}
.AnyTagClassName
{
color: #952682;
}
</style>
background-color css
<style>
a { background-color: #952682; }
a { background-color: rgb(149,38,130); }
div.DivClassName
{
background-color: #952682;
}
.BgClassName
{
background-color: #952682;
}
</style>
border-color css
<style>
span { border-color: #952682; }
span { border-color: rgb(149,38,130); }
td.TdClassName
{
border-color: #952682;
}
.TagClassName
{
border-color: #952682;
}
</style>