Shades of Dark Purple #952689
Tints of Dark Purple #952689
RGB
CMYK
RGB Variations
Color information
#952689 (or 0x952689) is known color: Dark Purple. HEX triplet: 95, 26 and 89. RGB value is (149,38,137). Sum of RGB (Red+Green+Blue) = 149+38+137=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952689 is #6AD976. Grayscale: #525252. Windows color (decimal): -7002487 or 8988309. OLE color: 8988309.
HSL color Cylindrical-coordinate representation of color #952689: hue angle of 306.49º 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 #952689 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 137 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.42 |
| HSL | 306.49º | 0.59% | 0.37% | - |
| HSV(B) | 306.49º | 0.74% | 0.58% | - |
| XYZ | 17.6 | 9.58 | 24.59 | - |
| YUV | 82.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 137 | 0 | 0.74 | 0.08 | 0.42 | 306.49 | 0.59 | 0.37 |
| Hex | 95 | 26 | 89 | 0 | 4A | 8 | 2A | 132 | 3B | 25 |
| Octal | 225 | 46 | 211 | 0 | 112 | 10 | 52 | 462 | 73 | 45 |
| Binary | 10010101 | 100110 | 10001001 | 0 | 1001010 | 1000 | 101010 | 100110010 | 111011 | 100101 |
Color Harmonies of #952689
Complementary color
Monochromatic Colors of #952689
Black with #952689
Text Example
Text Example
White with #952689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952689; }
p { color: rgb(149,38,137); }
H1.HeaderClassName
{
color: #952689;
}
.AnyTagClassName
{
color: #952689;
}
</style>
background-color css
<style>
a { background-color: #952689; }
a { background-color: rgb(149,38,137); }
div.DivClassName
{
background-color: #952689;
}
.BgClassName
{
background-color: #952689;
}
</style>
border-color css
<style>
span { border-color: #952689; }
span { border-color: rgb(149,38,137); }
td.TdClassName
{
border-color: #952689;
}
.TagClassName
{
border-color: #952689;
}
</style>