Shades of Dark Purple #952481
Tints of Dark Purple #952481
RGB
CMYK
RGB Variations
Color information
#952481 (or 0x952481) is known color: Dark Purple. HEX triplet: 95, 24 and 81. RGB value is (149,36,129). Sum of RGB (Red+Green+Blue) = 149+36+129=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952481 is #6ADB7E. Grayscale: #505050. Windows color (decimal): -7003007 or 8463509. OLE color: 8463509.
HSL color Cylindrical-coordinate representation of color #952481: hue angle of 310.62º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952481 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 129 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.42 |
| HSL | 310.62º | 0.61% | 0.36% | - |
| HSV(B) | 310.62º | 0.76% | 0.58% | - |
| XYZ | 16.99 | 9.24 | 21.66 | - |
| YUV | 80.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 129 | 0 | 0.76 | 0.13 | 0.42 | 310.62 | 0.61 | 0.36 |
| Hex | 95 | 24 | 81 | 0 | 4C | D | 2A | 137 | 3D | 24 |
| Octal | 225 | 44 | 201 | 0 | 114 | 15 | 52 | 467 | 75 | 44 |
| Binary | 10010101 | 100100 | 10000001 | 0 | 1001100 | 1101 | 101010 | 100110111 | 111101 | 100100 |
Color Harmonies of #952481
Complementary color
Monochromatic Colors of #952481
Black with #952481
Text Example
Text Example
White with #952481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952481; }
p { color: rgb(149,36,129); }
H1.HeaderClassName
{
color: #952481;
}
.AnyTagClassName
{
color: #952481;
}
</style>
background-color css
<style>
a { background-color: #952481; }
a { background-color: rgb(149,36,129); }
div.DivClassName
{
background-color: #952481;
}
.BgClassName
{
background-color: #952481;
}
</style>
border-color css
<style>
span { border-color: #952481; }
span { border-color: rgb(149,36,129); }
td.TdClassName
{
border-color: #952481;
}
.TagClassName
{
border-color: #952481;
}
</style>