Shades of Dark Purple #95206C
Tints of Dark Purple #95206C
RGB
CMYK
RGB Variations
Color information
#95206C (or 0x95206C) is known color: Dark Purple. HEX triplet: 95, 20 and 6C. RGB value is (149,32,108). Sum of RGB (Red+Green+Blue) = 149+32+108=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95206C is #6ADF93. Grayscale: #4B4B4B. Windows color (decimal): -7004052 or 7086229. OLE color: 7086229.
HSL color Cylindrical-coordinate representation of color #95206C: hue angle of 321.03º 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 #95206C is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 108 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.42 |
| HSL | 321.03º | 0.65% | 0.35% | - |
| HSV(B) | 321.03º | 0.79% | 0.58% | - |
| XYZ | 15.62 | 8.51 | 15.01 | - |
| YUV | 75.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 108 | 0 | 0.79 | 0.28 | 0.42 | 321.03 | 0.65 | 0.35 |
| Hex | 95 | 20 | 6C | 0 | 4F | 1C | 2A | 141 | 41 | 23 |
| Octal | 225 | 40 | 154 | 0 | 117 | 34 | 52 | 501 | 101 | 43 |
| Binary | 10010101 | 100000 | 1101100 | 0 | 1001111 | 11100 | 101010 | 101000001 | 1000001 | 100011 |
Color Harmonies of #95206C
Complementary color
Monochromatic Colors of #95206C
Black with #95206C
Text Example
Text Example
White with #95206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95206C; }
p { color: rgb(149,32,108); }
H1.HeaderClassName
{
color: #95206C;
}
.AnyTagClassName
{
color: #95206C;
}
</style>
background-color css
<style>
a { background-color: #95206C; }
a { background-color: rgb(149,32,108); }
div.DivClassName
{
background-color: #95206C;
}
.BgClassName
{
background-color: #95206C;
}
</style>
border-color css
<style>
span { border-color: #95206C; }
span { border-color: rgb(149,32,108); }
td.TdClassName
{
border-color: #95206C;
}
.TagClassName
{
border-color: #95206C;
}
</style>