Shades of Dark Purple #952673
Tints of Dark Purple #952673
RGB
CMYK
RGB Variations
Color information
#952673 (or 0x952673) is known color: Dark Purple. HEX triplet: 95, 26 and 73. RGB value is (149,38,115). Sum of RGB (Red+Green+Blue) = 149+38+115=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952673 is #6AD98C. Grayscale: #4F4F4F. Windows color (decimal): -7002509 or 7546517. OLE color: 7546517.
HSL color Cylindrical-coordinate representation of color #952673: hue angle of 318.38º 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 #952673 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 115 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.42 |
| HSL | 318.38º | 0.59% | 0.37% | - |
| HSV(B) | 318.38º | 0.74% | 0.58% | - |
| XYZ | 16.18 | 9.01 | 17.11 | - |
| YUV | 79.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 115 | 0 | 0.74 | 0.23 | 0.42 | 318.38 | 0.59 | 0.37 |
| Hex | 95 | 26 | 73 | 0 | 4A | 17 | 2A | 13E | 3B | 25 |
| Octal | 225 | 46 | 163 | 0 | 112 | 27 | 52 | 476 | 73 | 45 |
| Binary | 10010101 | 100110 | 1110011 | 0 | 1001010 | 10111 | 101010 | 100111110 | 111011 | 100101 |
Color Harmonies of #952673
Complementary color
Monochromatic Colors of #952673
Black with #952673
Text Example
Text Example
White with #952673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952673; }
p { color: rgb(149,38,115); }
H1.HeaderClassName
{
color: #952673;
}
.AnyTagClassName
{
color: #952673;
}
</style>
background-color css
<style>
a { background-color: #952673; }
a { background-color: rgb(149,38,115); }
div.DivClassName
{
background-color: #952673;
}
.BgClassName
{
background-color: #952673;
}
</style>
border-color css
<style>
span { border-color: #952673; }
span { border-color: rgb(149,38,115); }
td.TdClassName
{
border-color: #952673;
}
.TagClassName
{
border-color: #952673;
}
</style>