Shades of Dark Purple #951282
Tints of Dark Purple #951282
RGB
CMYK
RGB Variations
Color information
#951282 (or 0x951282) is known color: Dark Purple. HEX triplet: 95, 12 and 82. RGB value is (149,18,130). Sum of RGB (Red+Green+Blue) = 149+18+130=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #951282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951282 is #6AED7D. Grayscale: #454545. Windows color (decimal): -7007614 or 8524437. OLE color: 8524437.
HSL color Cylindrical-coordinate representation of color #951282: hue angle of 308.7º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951282 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 130 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.42 |
| HSL | 308.7º | 0.78% | 0.33% | - |
| HSV(B) | 308.7º | 0.88% | 0.58% | - |
| XYZ | 16.64 | 8.43 | 21.87 | - |
| YUV | 69.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 130 | 0 | 0.88 | 0.13 | 0.42 | 308.7 | 0.78 | 0.33 |
| Hex | 95 | 12 | 82 | 0 | 58 | D | 2A | 135 | 4E | 21 |
| Octal | 225 | 22 | 202 | 0 | 130 | 15 | 52 | 465 | 116 | 41 |
| Binary | 10010101 | 10010 | 10000010 | 0 | 1011000 | 1101 | 101010 | 100110101 | 1001110 | 100001 |
Color Harmonies of #951282
Complementary color
Monochromatic Colors of #951282
Black with #951282
Text Example
Text Example
White with #951282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951282; }
p { color: rgb(149,18,130); }
H1.HeaderClassName
{
color: #951282;
}
.AnyTagClassName
{
color: #951282;
}
</style>
background-color css
<style>
a { background-color: #951282; }
a { background-color: rgb(149,18,130); }
div.DivClassName
{
background-color: #951282;
}
.BgClassName
{
background-color: #951282;
}
</style>
border-color css
<style>
span { border-color: #951282; }
span { border-color: rgb(149,18,130); }
td.TdClassName
{
border-color: #951282;
}
.TagClassName
{
border-color: #951282;
}
</style>