Shades of Dark Purple #95286F
Tints of Dark Purple #95286F
RGB
CMYK
RGB Variations
Color information
#95286F (or 0x95286F) is known color: Dark Purple. HEX triplet: 95, 28 and 6F. RGB value is (149,40,111). Sum of RGB (Red+Green+Blue) = 149+40+111=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #95286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95286F is #6AD790. Grayscale: #505050. Windows color (decimal): -7002001 or 7284885. OLE color: 7284885.
HSL color Cylindrical-coordinate representation of color #95286F: hue angle of 320.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95286F is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 111 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.42 |
| HSL | 320.92º | 0.58% | 0.37% | - |
| HSV(B) | 320.92º | 0.73% | 0.58% | - |
| XYZ | 16.02 | 9.05 | 15.94 | - |
| YUV | 80.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 111 | 0 | 0.73 | 0.26 | 0.42 | 320.92 | 0.58 | 0.37 |
| Hex | 95 | 28 | 6F | 0 | 49 | 1A | 2A | 141 | 3A | 25 |
| Octal | 225 | 50 | 157 | 0 | 111 | 32 | 52 | 501 | 72 | 45 |
| Binary | 10010101 | 101000 | 1101111 | 0 | 1001001 | 11010 | 101010 | 101000001 | 111010 | 100101 |
Color Harmonies of #95286F
Complementary color
Monochromatic Colors of #95286F
Black with #95286F
Text Example
Text Example
White with #95286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95286F; }
p { color: rgb(149,40,111); }
H1.HeaderClassName
{
color: #95286F;
}
.AnyTagClassName
{
color: #95286F;
}
</style>
background-color css
<style>
a { background-color: #95286F; }
a { background-color: rgb(149,40,111); }
div.DivClassName
{
background-color: #95286F;
}
.BgClassName
{
background-color: #95286F;
}
</style>
border-color css
<style>
span { border-color: #95286F; }
span { border-color: rgb(149,40,111); }
td.TdClassName
{
border-color: #95286F;
}
.TagClassName
{
border-color: #95286F;
}
</style>