Shades of Dark Purple #952670
Tints of Dark Purple #952670
RGB
CMYK
RGB Variations
Color information
#952670 (or 0x952670) is known color: Dark Purple. HEX triplet: 95, 26 and 70. RGB value is (149,38,112). Sum of RGB (Red+Green+Blue) = 149+38+112=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952670 is #6AD98F. Grayscale: #4F4F4F. Windows color (decimal): -7002512 or 7349909. OLE color: 7349909.
HSL color Cylindrical-coordinate representation of color #952670: hue angle of 320º 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 #952670 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 112 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.42 |
| HSL | 320º | 0.59% | 0.37% | - |
| HSV(B) | 320º | 0.74% | 0.58% | - |
| XYZ | 16.01 | 8.95 | 16.21 | - |
| YUV | 79.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 112 | 0 | 0.74 | 0.25 | 0.42 | 320 | 0.59 | 0.37 |
| Hex | 95 | 26 | 70 | 0 | 4A | 19 | 2A | 140 | 3B | 25 |
| Octal | 225 | 46 | 160 | 0 | 112 | 31 | 52 | 500 | 73 | 45 |
| Binary | 10010101 | 100110 | 1110000 | 0 | 1001010 | 11001 | 101010 | 101000000 | 111011 | 100101 |
Color Harmonies of #952670
Complementary color
Monochromatic Colors of #952670
Black with #952670
Text Example
Text Example
White with #952670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952670; }
p { color: rgb(149,38,112); }
H1.HeaderClassName
{
color: #952670;
}
.AnyTagClassName
{
color: #952670;
}
</style>
background-color css
<style>
a { background-color: #952670; }
a { background-color: rgb(149,38,112); }
div.DivClassName
{
background-color: #952670;
}
.BgClassName
{
background-color: #952670;
}
</style>
border-color css
<style>
span { border-color: #952670; }
span { border-color: rgb(149,38,112); }
td.TdClassName
{
border-color: #952670;
}
.TagClassName
{
border-color: #952670;
}
</style>