Shades of Dark Purple #95207C
Tints of Dark Purple #95207C
RGB
CMYK
RGB Variations
Color information
#95207C (or 0x95207C) is known color: Dark Purple. HEX triplet: 95, 20 and 7C. RGB value is (149,32,124). Sum of RGB (Red+Green+Blue) = 149+32+124=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95207C is #6ADF83. Grayscale: #4D4D4D. Windows color (decimal): -7004036 or 8134805. OLE color: 8134805.
HSL color Cylindrical-coordinate representation of color #95207C: hue angle of 312.82º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95207C is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 124 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.42 |
| HSL | 312.82º | 0.65% | 0.35% | - |
| HSV(B) | 312.82º | 0.79% | 0.58% | - |
| XYZ | 16.55 | 8.88 | 19.91 | - |
| YUV | 77.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 124 | 0 | 0.79 | 0.17 | 0.42 | 312.82 | 0.65 | 0.35 |
| Hex | 95 | 20 | 7C | 0 | 4F | 11 | 2A | 139 | 41 | 23 |
| Octal | 225 | 40 | 174 | 0 | 117 | 21 | 52 | 471 | 101 | 43 |
| Binary | 10010101 | 100000 | 1111100 | 0 | 1001111 | 10001 | 101010 | 100111001 | 1000001 | 100011 |
Color Harmonies of #95207C
Complementary color
Monochromatic Colors of #95207C
Black with #95207C
Text Example
Text Example
White with #95207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95207C; }
p { color: rgb(149,32,124); }
H1.HeaderClassName
{
color: #95207C;
}
.AnyTagClassName
{
color: #95207C;
}
</style>
background-color css
<style>
a { background-color: #95207C; }
a { background-color: rgb(149,32,124); }
div.DivClassName
{
background-color: #95207C;
}
.BgClassName
{
background-color: #95207C;
}
</style>
border-color css
<style>
span { border-color: #95207C; }
span { border-color: rgb(149,32,124); }
td.TdClassName
{
border-color: #95207C;
}
.TagClassName
{
border-color: #95207C;
}
</style>