Shades of Dark Purple #96277F
Tints of Dark Purple #96277F
RGB
CMYK
RGB Variations
Color information
#96277F (or 0x96277F) is known color: Dark Purple. HEX triplet: 96, 27 and 7F. RGB value is (150,39,127). Sum of RGB (Red+Green+Blue) = 150+39+127=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96277F is #69D880. Grayscale: #515151. Windows color (decimal): -6936705 or 8333206. OLE color: 8333206.
HSL color Cylindrical-coordinate representation of color #96277F: hue angle of 312.43º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96277F is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 127 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.41 |
| HSL | 312.43º | 0.59% | 0.37% | - |
| HSV(B) | 312.43º | 0.74% | 0.59% | - |
| XYZ | 17.13 | 9.47 | 21 | - |
| YUV | 82.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 127 | 0 | 0.74 | 0.15 | 0.41 | 312.43 | 0.59 | 0.37 |
| Hex | 96 | 27 | 7F | 0 | 4A | F | 29 | 138 | 3B | 25 |
| Octal | 226 | 47 | 177 | 0 | 112 | 17 | 51 | 470 | 73 | 45 |
| Binary | 10010110 | 100111 | 1111111 | 0 | 1001010 | 1111 | 101001 | 100111000 | 111011 | 100101 |
Color Harmonies of #96277F
Complementary color
Monochromatic Colors of #96277F
Black with #96277F
Text Example
Text Example
White with #96277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96277F; }
p { color: rgb(150,39,127); }
H1.HeaderClassName
{
color: #96277F;
}
.AnyTagClassName
{
color: #96277F;
}
</style>
background-color css
<style>
a { background-color: #96277F; }
a { background-color: rgb(150,39,127); }
div.DivClassName
{
background-color: #96277F;
}
.BgClassName
{
background-color: #96277F;
}
</style>
border-color css
<style>
span { border-color: #96277F; }
span { border-color: rgb(150,39,127); }
td.TdClassName
{
border-color: #96277F;
}
.TagClassName
{
border-color: #96277F;
}
</style>