Shades of Dark Purple #952188
Tints of Dark Purple #952188
RGB
CMYK
RGB Variations
Color information
#952188 (or 0x952188) is known color: Dark Purple. HEX triplet: 95, 21 and 88. RGB value is (149,33,136). Sum of RGB (Red+Green+Blue) = 149+33+136=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952188 is #6ADE77. Grayscale: #4F4F4F. Windows color (decimal): -7003768 or 8921493. OLE color: 8921493.
HSL color Cylindrical-coordinate representation of color #952188: hue angle of 306.72º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952188 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 136 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.42 |
| HSL | 306.72º | 0.64% | 0.36% | - |
| HSV(B) | 306.72º | 0.78% | 0.58% | - |
| XYZ | 17.38 | 9.25 | 24.16 | - |
| YUV | 79.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 136 | 0 | 0.78 | 0.09 | 0.42 | 306.72 | 0.64 | 0.36 |
| Hex | 95 | 21 | 88 | 0 | 4E | 9 | 2A | 133 | 40 | 24 |
| Octal | 225 | 41 | 210 | 0 | 116 | 11 | 52 | 463 | 100 | 44 |
| Binary | 10010101 | 100001 | 10001000 | 0 | 1001110 | 1001 | 101010 | 100110011 | 1000000 | 100100 |
Color Harmonies of #952188
Complementary color
Monochromatic Colors of #952188
Black with #952188
Text Example
Text Example
White with #952188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952188; }
p { color: rgb(149,33,136); }
H1.HeaderClassName
{
color: #952188;
}
.AnyTagClassName
{
color: #952188;
}
</style>
background-color css
<style>
a { background-color: #952188; }
a { background-color: rgb(149,33,136); }
div.DivClassName
{
background-color: #952188;
}
.BgClassName
{
background-color: #952188;
}
</style>
border-color css
<style>
span { border-color: #952188; }
span { border-color: rgb(149,33,136); }
td.TdClassName
{
border-color: #952188;
}
.TagClassName
{
border-color: #952188;
}
</style>