Shades of Dark Purple #95226C
Tints of Dark Purple #95226C
RGB
CMYK
RGB Variations
Color information
#95226C (or 0x95226C) is known color: Dark Purple. HEX triplet: 95, 22 and 6C. RGB value is (149,34,108). Sum of RGB (Red+Green+Blue) = 149+34+108=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95226C is #6ADD93. Grayscale: #4C4C4C. Windows color (decimal): -7003540 or 7086741. OLE color: 7086741.
HSL color Cylindrical-coordinate representation of color #95226C: hue angle of 321.39º 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 #95226C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 108 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.42 |
| HSL | 321.39º | 0.63% | 0.36% | - |
| HSV(B) | 321.39º | 0.77% | 0.58% | - |
| XYZ | 15.67 | 8.62 | 15.02 | - |
| YUV | 76.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 108 | 0 | 0.77 | 0.28 | 0.42 | 321.39 | 0.63 | 0.36 |
| Hex | 95 | 22 | 6C | 0 | 4D | 1C | 2A | 141 | 3F | 24 |
| Octal | 225 | 42 | 154 | 0 | 115 | 34 | 52 | 501 | 77 | 44 |
| Binary | 10010101 | 100010 | 1101100 | 0 | 1001101 | 11100 | 101010 | 101000001 | 111111 | 100100 |
Color Harmonies of #95226C
Complementary color
Monochromatic Colors of #95226C
Black with #95226C
Text Example
Text Example
White with #95226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95226C; }
p { color: rgb(149,34,108); }
H1.HeaderClassName
{
color: #95226C;
}
.AnyTagClassName
{
color: #95226C;
}
</style>
background-color css
<style>
a { background-color: #95226C; }
a { background-color: rgb(149,34,108); }
div.DivClassName
{
background-color: #95226C;
}
.BgClassName
{
background-color: #95226C;
}
</style>
border-color css
<style>
span { border-color: #95226C; }
span { border-color: rgb(149,34,108); }
td.TdClassName
{
border-color: #95226C;
}
.TagClassName
{
border-color: #95226C;
}
</style>