Shades of Dark Purple #95226F
Tints of Dark Purple #95226F
RGB
CMYK
RGB Variations
Color information
#95226F (or 0x95226F) is known color: Dark Purple. HEX triplet: 95, 22 and 6F. RGB value is (149,34,111). Sum of RGB (Red+Green+Blue) = 149+34+111=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95226F is #6ADD90. Grayscale: #4C4C4C. Windows color (decimal): -7003537 or 7283349. OLE color: 7283349.
HSL color Cylindrical-coordinate representation of color #95226F: hue angle of 319.83º 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 #95226F is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 111 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.42 |
| HSL | 319.83º | 0.63% | 0.36% | - |
| HSV(B) | 319.83º | 0.77% | 0.58% | - |
| XYZ | 15.84 | 8.68 | 15.88 | - |
| YUV | 77.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 111 | 0 | 0.77 | 0.26 | 0.42 | 319.83 | 0.63 | 0.36 |
| Hex | 95 | 22 | 6F | 0 | 4D | 1A | 2A | 140 | 3F | 24 |
| Octal | 225 | 42 | 157 | 0 | 115 | 32 | 52 | 500 | 77 | 44 |
| Binary | 10010101 | 100010 | 1101111 | 0 | 1001101 | 11010 | 101010 | 101000000 | 111111 | 100100 |
Color Harmonies of #95226F
Complementary color
Monochromatic Colors of #95226F
Black with #95226F
Text Example
Text Example
White with #95226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95226F; }
p { color: rgb(149,34,111); }
H1.HeaderClassName
{
color: #95226F;
}
.AnyTagClassName
{
color: #95226F;
}
</style>
background-color css
<style>
a { background-color: #95226F; }
a { background-color: rgb(149,34,111); }
div.DivClassName
{
background-color: #95226F;
}
.BgClassName
{
background-color: #95226F;
}
</style>
border-color css
<style>
span { border-color: #95226F; }
span { border-color: rgb(149,34,111); }
td.TdClassName
{
border-color: #95226F;
}
.TagClassName
{
border-color: #95226F;
}
</style>