Shades of Dark Purple #95306E
Tints of Dark Purple #95306E
RGB
CMYK
RGB Variations
Color information
#95306E (or 0x95306E) is known color: Dark Purple. HEX triplet: 95, 30 and 6E. RGB value is (149,48,110). Sum of RGB (Red+Green+Blue) = 149+48+110=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95306E is #6ACF91. Grayscale: #555555. Windows color (decimal): -6999954 or 7221397. OLE color: 7221397.
HSL color Cylindrical-coordinate representation of color #95306E: hue angle of 323.17º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95306E is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 110 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.42 |
| HSL | 323.17º | 0.51% | 0.39% | - |
| HSV(B) | 323.17º | 0.68% | 0.58% | - |
| XYZ | 16.27 | 9.63 | 15.75 | - |
| YUV | 85.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 110 | 0 | 0.68 | 0.26 | 0.42 | 323.17 | 0.51 | 0.39 |
| Hex | 95 | 30 | 6E | 0 | 44 | 1A | 2A | 143 | 33 | 27 |
| Octal | 225 | 60 | 156 | 0 | 104 | 32 | 52 | 503 | 63 | 47 |
| Binary | 10010101 | 110000 | 1101110 | 0 | 1000100 | 11010 | 101010 | 101000011 | 110011 | 100111 |
Color Harmonies of #95306E
Complementary color
Monochromatic Colors of #95306E
Black with #95306E
Text Example
Text Example
White with #95306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95306E; }
p { color: rgb(149,48,110); }
H1.HeaderClassName
{
color: #95306E;
}
.AnyTagClassName
{
color: #95306E;
}
</style>
background-color css
<style>
a { background-color: #95306E; }
a { background-color: rgb(149,48,110); }
div.DivClassName
{
background-color: #95306E;
}
.BgClassName
{
background-color: #95306E;
}
</style>
border-color css
<style>
span { border-color: #95306E; }
span { border-color: rgb(149,48,110); }
td.TdClassName
{
border-color: #95306E;
}
.TagClassName
{
border-color: #95306E;
}
</style>