Shades of Dark Purple #95286C
Tints of Dark Purple #95286C
RGB
CMYK
RGB Variations
Color information
#95286C (or 0x95286C) is known color: Dark Purple. HEX triplet: 95, 28 and 6C. RGB value is (149,40,108). Sum of RGB (Red+Green+Blue) = 149+40+108=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95286C is #6AD793. Grayscale: #505050. Windows color (decimal): -7002004 or 7088277. OLE color: 7088277.
HSL color Cylindrical-coordinate representation of color #95286C: hue angle of 322.57º 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 #95286C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 108 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.42 |
| HSL | 322.57º | 0.58% | 0.37% | - |
| HSV(B) | 322.57º | 0.73% | 0.58% | - |
| XYZ | 15.86 | 8.99 | 15.09 | - |
| YUV | 80.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 108 | 0 | 0.73 | 0.28 | 0.42 | 322.57 | 0.58 | 0.37 |
| Hex | 95 | 28 | 6C | 0 | 49 | 1C | 2A | 143 | 3A | 25 |
| Octal | 225 | 50 | 154 | 0 | 111 | 34 | 52 | 503 | 72 | 45 |
| Binary | 10010101 | 101000 | 1101100 | 0 | 1001001 | 11100 | 101010 | 101000011 | 111010 | 100101 |
Color Harmonies of #95286C
Complementary color
Monochromatic Colors of #95286C
Black with #95286C
Text Example
Text Example
White with #95286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95286C; }
p { color: rgb(149,40,108); }
H1.HeaderClassName
{
color: #95286C;
}
.AnyTagClassName
{
color: #95286C;
}
</style>
background-color css
<style>
a { background-color: #95286C; }
a { background-color: rgb(149,40,108); }
div.DivClassName
{
background-color: #95286C;
}
.BgClassName
{
background-color: #95286C;
}
</style>
border-color css
<style>
span { border-color: #95286C; }
span { border-color: rgb(149,40,108); }
td.TdClassName
{
border-color: #95286C;
}
.TagClassName
{
border-color: #95286C;
}
</style>