Shades of Dark Purple #910D75
Tints of Dark Purple #910D75
RGB
CMYK
RGB Variations
Color information
#910D75 (or 0x910D75) is known color: Dark Purple. HEX triplet: 91, 0D and 75. RGB value is (145,13,117). Sum of RGB (Red+Green+Blue) = 145+13+117=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #910D75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D75 is #6EF28A. Grayscale: #404040. Windows color (decimal): -7271051 or 7671185. OLE color: 7671185.
HSL color Cylindrical-coordinate representation of color #910D75: hue angle of 312.73º 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 #910D75 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 117 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.43 |
| HSL | 312.73º | 0.84% | 0.31% | - |
| HSV(B) | 312.73º | 0.91% | 0.57% | - |
| XYZ | 15.03 | 7.59 | 17.5 | - |
| YUV | 64.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 117 | 0 | 0.91 | 0.19 | 0.43 | 312.73 | 0.84 | 0.31 |
| Hex | 91 | D | 75 | 0 | 5B | 13 | 2B | 139 | 54 | 1F |
| Octal | 221 | 15 | 165 | 0 | 133 | 23 | 53 | 471 | 124 | 37 |
| Binary | 10010001 | 1101 | 1110101 | 0 | 1011011 | 10011 | 101011 | 100111001 | 1010100 | 11111 |
Color Harmonies of #910D75
Complementary color
Monochromatic Colors of #910D75
Black with #910D75
Text Example
Text Example
White with #910D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D75; }
p { color: rgb(145,13,117); }
H1.HeaderClassName
{
color: #910D75;
}
.AnyTagClassName
{
color: #910D75;
}
</style>
background-color css
<style>
a { background-color: #910D75; }
a { background-color: rgb(145,13,117); }
div.DivClassName
{
background-color: #910D75;
}
.BgClassName
{
background-color: #910D75;
}
</style>
border-color css
<style>
span { border-color: #910D75; }
span { border-color: rgb(145,13,117); }
td.TdClassName
{
border-color: #910D75;
}
.TagClassName
{
border-color: #910D75;
}
</style>