Shades of Dark Purple #952684
Tints of Dark Purple #952684
RGB
CMYK
RGB Variations
Color information
#952684 (or 0x952684) is known color: Dark Purple. HEX triplet: 95, 26 and 84. RGB value is (149,38,132). Sum of RGB (Red+Green+Blue) = 149+38+132=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952684 is #6AD97B. Grayscale: #515151. Windows color (decimal): -7002492 or 8660629. OLE color: 8660629.
HSL color Cylindrical-coordinate representation of color #952684: hue angle of 309.19º 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 #952684 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 132 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.42 |
| HSL | 309.19º | 0.59% | 0.37% | - |
| HSV(B) | 309.19º | 0.74% | 0.58% | - |
| XYZ | 17.25 | 9.44 | 22.74 | - |
| YUV | 81.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 132 | 0 | 0.74 | 0.11 | 0.42 | 309.19 | 0.59 | 0.37 |
| Hex | 95 | 26 | 84 | 0 | 4A | B | 2A | 135 | 3B | 25 |
| Octal | 225 | 46 | 204 | 0 | 112 | 13 | 52 | 465 | 73 | 45 |
| Binary | 10010101 | 100110 | 10000100 | 0 | 1001010 | 1011 | 101010 | 100110101 | 111011 | 100101 |
Color Harmonies of #952684
Complementary color
Monochromatic Colors of #952684
Black with #952684
Text Example
Text Example
White with #952684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952684; }
p { color: rgb(149,38,132); }
H1.HeaderClassName
{
color: #952684;
}
.AnyTagClassName
{
color: #952684;
}
</style>
background-color css
<style>
a { background-color: #952684; }
a { background-color: rgb(149,38,132); }
div.DivClassName
{
background-color: #952684;
}
.BgClassName
{
background-color: #952684;
}
</style>
border-color css
<style>
span { border-color: #952684; }
span { border-color: rgb(149,38,132); }
td.TdClassName
{
border-color: #952684;
}
.TagClassName
{
border-color: #952684;
}
</style>