Shades of Dark Purple #95427E
Tints of Dark Purple #95427E
RGB
CMYK
RGB Variations
Color information
#95427E (or 0x95427E) is known color: Dark Purple. HEX triplet: 95, 42 and 7E. RGB value is (149,66,126). Sum of RGB (Red+Green+Blue) = 149+66+126=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95427E is #6ABD81. Grayscale: #616161. Windows color (decimal): -6995330 or 8274581. OLE color: 8274581.
HSL color Cylindrical-coordinate representation of color #95427E: hue angle of 316.63º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95427E is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 126 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.42 |
| HSL | 316.63º | 0.39% | 0.42% | - |
| HSV(B) | 316.63º | 0.56% | 0.58% | - |
| XYZ | 18.11 | 11.79 | 21.06 | - |
| YUV | 97.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 126 | 0 | 0.56 | 0.15 | 0.42 | 316.63 | 0.39 | 0.42 |
| Hex | 95 | 42 | 7E | 0 | 38 | F | 2A | 13D | 27 | 2A |
| Octal | 225 | 102 | 176 | 0 | 70 | 17 | 52 | 475 | 47 | 52 |
| Binary | 10010101 | 1000010 | 1111110 | 0 | 111000 | 1111 | 101010 | 100111101 | 100111 | 101010 |
Color Harmonies of #95427E
Complementary color
Monochromatic Colors of #95427E
Black with #95427E
Text Example
Text Example
White with #95427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95427E; }
p { color: rgb(149,66,126); }
H1.HeaderClassName
{
color: #95427E;
}
.AnyTagClassName
{
color: #95427E;
}
</style>
background-color css
<style>
a { background-color: #95427E; }
a { background-color: rgb(149,66,126); }
div.DivClassName
{
background-color: #95427E;
}
.BgClassName
{
background-color: #95427E;
}
</style>
border-color css
<style>
span { border-color: #95427E; }
span { border-color: rgb(149,66,126); }
td.TdClassName
{
border-color: #95427E;
}
.TagClassName
{
border-color: #95427E;
}
</style>