Shades of Dark Purple #96427D
Tints of Dark Purple #96427D
RGB
CMYK
RGB Variations
Color information
#96427D (or 0x96427D) is known color: Dark Purple. HEX triplet: 96, 42 and 7D. RGB value is (150,66,125). Sum of RGB (Red+Green+Blue) = 150+66+125=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96427D is #69BD82. Grayscale: #616161. Windows color (decimal): -6929795 or 8209046. OLE color: 8209046.
HSL color Cylindrical-coordinate representation of color #96427D: hue angle of 317.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96427D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 125 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.41 |
| HSL | 317.86º | 0.39% | 0.42% | - |
| HSV(B) | 317.86º | 0.56% | 0.59% | - |
| XYZ | 18.23 | 11.86 | 20.73 | - |
| YUV | 97.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 125 | 0 | 0.56 | 0.17 | 0.41 | 317.86 | 0.39 | 0.42 |
| Hex | 96 | 42 | 7D | 0 | 38 | 11 | 29 | 13E | 27 | 2A |
| Octal | 226 | 102 | 175 | 0 | 70 | 21 | 51 | 476 | 47 | 52 |
| Binary | 10010110 | 1000010 | 1111101 | 0 | 111000 | 10001 | 101001 | 100111110 | 100111 | 101010 |
Color Harmonies of #96427D
Complementary color
Monochromatic Colors of #96427D
Black with #96427D
Text Example
Text Example
White with #96427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96427D; }
p { color: rgb(150,66,125); }
H1.HeaderClassName
{
color: #96427D;
}
.AnyTagClassName
{
color: #96427D;
}
</style>
background-color css
<style>
a { background-color: #96427D; }
a { background-color: rgb(150,66,125); }
div.DivClassName
{
background-color: #96427D;
}
.BgClassName
{
background-color: #96427D;
}
</style>
border-color css
<style>
span { border-color: #96427D; }
span { border-color: rgb(150,66,125); }
td.TdClassName
{
border-color: #96427D;
}
.TagClassName
{
border-color: #96427D;
}
</style>