Shades of Dark Purple #952679
Tints of Dark Purple #952679
RGB
CMYK
RGB Variations
Color information
#952679 (or 0x952679) is known color: Dark Purple. HEX triplet: 95, 26 and 79. RGB value is (149,38,121). Sum of RGB (Red+Green+Blue) = 149+38+121=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #952679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952679 is #6AD986. Grayscale: #505050. Windows color (decimal): -7002503 or 7939733. OLE color: 7939733.
HSL color Cylindrical-coordinate representation of color #952679: hue angle of 315.14º 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 #952679 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 121 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.42 |
| HSL | 315.14º | 0.59% | 0.37% | - |
| HSV(B) | 315.14º | 0.74% | 0.58% | - |
| XYZ | 16.54 | 9.16 | 18.98 | - |
| YUV | 80.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 121 | 0 | 0.74 | 0.19 | 0.42 | 315.14 | 0.59 | 0.37 |
| Hex | 95 | 26 | 79 | 0 | 4A | 13 | 2A | 13B | 3B | 25 |
| Octal | 225 | 46 | 171 | 0 | 112 | 23 | 52 | 473 | 73 | 45 |
| Binary | 10010101 | 100110 | 1111001 | 0 | 1001010 | 10011 | 101010 | 100111011 | 111011 | 100101 |
Color Harmonies of #952679
Complementary color
Monochromatic Colors of #952679
Black with #952679
Text Example
Text Example
White with #952679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952679; }
p { color: rgb(149,38,121); }
H1.HeaderClassName
{
color: #952679;
}
.AnyTagClassName
{
color: #952679;
}
</style>
background-color css
<style>
a { background-color: #952679; }
a { background-color: rgb(149,38,121); }
div.DivClassName
{
background-color: #952679;
}
.BgClassName
{
background-color: #952679;
}
</style>
border-color css
<style>
span { border-color: #952679; }
span { border-color: rgb(149,38,121); }
td.TdClassName
{
border-color: #952679;
}
.TagClassName
{
border-color: #952679;
}
</style>