Shades of Dark Purple #910D74
Tints of Dark Purple #910D74
RGB
CMYK
RGB Variations
Color information
#910D74 (or 0x910D74) is known color: Dark Purple. HEX triplet: 91, 0D and 74. RGB value is (145,13,116). Sum of RGB (Red+Green+Blue) = 145+13+116=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #910D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D74 is #6EF28B. Grayscale: #3F3F3F. Windows color (decimal): -7271052 or 7605649. OLE color: 7605649.
HSL color Cylindrical-coordinate representation of color #910D74: hue angle of 313.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D74 is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 116 | - |
| CMYK | 0 | 0.91 | 0.2 | 0.43 |
| HSL | 313.18º | 0.84% | 0.31% | - |
| HSV(B) | 313.18º | 0.91% | 0.57% | - |
| XYZ | 14.97 | 7.57 | 17.19 | - |
| YUV | 64.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 116 | 0 | 0.91 | 0.2 | 0.43 | 313.18 | 0.84 | 0.31 |
| Hex | 91 | D | 74 | 0 | 5B | 14 | 2B | 139 | 54 | 1F |
| Octal | 221 | 15 | 164 | 0 | 133 | 24 | 53 | 471 | 124 | 37 |
| Binary | 10010001 | 1101 | 1110100 | 0 | 1011011 | 10100 | 101011 | 100111001 | 1010100 | 11111 |
Color Harmonies of #910D74
Complementary color
Monochromatic Colors of #910D74
Black with #910D74
Text Example
Text Example
White with #910D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D74; }
p { color: rgb(145,13,116); }
H1.HeaderClassName
{
color: #910D74;
}
.AnyTagClassName
{
color: #910D74;
}
</style>
background-color css
<style>
a { background-color: #910D74; }
a { background-color: rgb(145,13,116); }
div.DivClassName
{
background-color: #910D74;
}
.BgClassName
{
background-color: #910D74;
}
</style>
border-color css
<style>
span { border-color: #910D74; }
span { border-color: rgb(145,13,116); }
td.TdClassName
{
border-color: #910D74;
}
.TagClassName
{
border-color: #910D74;
}
</style>