Shades of Dark Purple #95227D
Tints of Dark Purple #95227D
RGB
CMYK
RGB Variations
Color information
#95227D (or 0x95227D) is known color: Dark Purple. HEX triplet: 95, 22 and 7D. RGB value is (149,34,125). Sum of RGB (Red+Green+Blue) = 149+34+125=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95227D is #6ADD82. Grayscale: #4E4E4E. Windows color (decimal): -7003523 or 8200853. OLE color: 8200853.
HSL color Cylindrical-coordinate representation of color #95227D: hue angle of 312.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95227D is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 125 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.42 |
| HSL | 312.52º | 0.63% | 0.36% | - |
| HSV(B) | 312.52º | 0.77% | 0.58% | - |
| XYZ | 16.67 | 9.01 | 20.26 | - |
| YUV | 78.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 125 | 0 | 0.77 | 0.16 | 0.42 | 312.52 | 0.63 | 0.36 |
| Hex | 95 | 22 | 7D | 0 | 4D | 10 | 2A | 139 | 3F | 24 |
| Octal | 225 | 42 | 175 | 0 | 115 | 20 | 52 | 471 | 77 | 44 |
| Binary | 10010101 | 100010 | 1111101 | 0 | 1001101 | 10000 | 101010 | 100111001 | 111111 | 100100 |
Color Harmonies of #95227D
Complementary color
Monochromatic Colors of #95227D
Black with #95227D
Text Example
Text Example
White with #95227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95227D; }
p { color: rgb(149,34,125); }
H1.HeaderClassName
{
color: #95227D;
}
.AnyTagClassName
{
color: #95227D;
}
</style>
background-color css
<style>
a { background-color: #95227D; }
a { background-color: rgb(149,34,125); }
div.DivClassName
{
background-color: #95227D;
}
.BgClassName
{
background-color: #95227D;
}
</style>
border-color css
<style>
span { border-color: #95227D; }
span { border-color: rgb(149,34,125); }
td.TdClassName
{
border-color: #95227D;
}
.TagClassName
{
border-color: #95227D;
}
</style>