Shades of Dark Purple #952779
Tints of Dark Purple #952779
RGB
CMYK
RGB Variations
Color information
#952779 (or 0x952779) is known color: Dark Purple. HEX triplet: 95, 27 and 79. RGB value is (149,39,121). Sum of RGB (Red+Green+Blue) = 149+39+121=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #952779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952779 is #6AD886. Grayscale: #515151. Windows color (decimal): -7002247 or 7939989. OLE color: 7939989.
HSL color Cylindrical-coordinate representation of color #952779: hue angle of 315.27º 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 #952779 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 121 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.42 |
| HSL | 315.27º | 0.59% | 0.37% | - |
| HSV(B) | 315.27º | 0.74% | 0.58% | - |
| XYZ | 16.57 | 9.22 | 19 | - |
| YUV | 81.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 121 | 0 | 0.74 | 0.19 | 0.42 | 315.27 | 0.59 | 0.37 |
| Hex | 95 | 27 | 79 | 0 | 4A | 13 | 2A | 13B | 3B | 25 |
| Octal | 225 | 47 | 171 | 0 | 112 | 23 | 52 | 473 | 73 | 45 |
| Binary | 10010101 | 100111 | 1111001 | 0 | 1001010 | 10011 | 101010 | 100111011 | 111011 | 100101 |
Color Harmonies of #952779
Complementary color
Monochromatic Colors of #952779
Black with #952779
Text Example
Text Example
White with #952779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952779; }
p { color: rgb(149,39,121); }
H1.HeaderClassName
{
color: #952779;
}
.AnyTagClassName
{
color: #952779;
}
</style>
background-color css
<style>
a { background-color: #952779; }
a { background-color: rgb(149,39,121); }
div.DivClassName
{
background-color: #952779;
}
.BgClassName
{
background-color: #952779;
}
</style>
border-color css
<style>
span { border-color: #952779; }
span { border-color: rgb(149,39,121); }
td.TdClassName
{
border-color: #952779;
}
.TagClassName
{
border-color: #952779;
}
</style>