Shades of Dark Purple #910F75
Tints of Dark Purple #910F75
RGB
CMYK
RGB Variations
Color information
#910F75 (or 0x910F75) is known color: Dark Purple. HEX triplet: 91, 0F and 75. RGB value is (145,15,117). Sum of RGB (Red+Green+Blue) = 145+15+117=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #910F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F75 is #6EF08A. Grayscale: #414141. Windows color (decimal): -7270539 or 7671697. OLE color: 7671697.
HSL color Cylindrical-coordinate representation of color #910F75: hue angle of 312.92º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F75 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 117 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.43 |
| HSL | 312.92º | 0.81% | 0.31% | - |
| HSV(B) | 312.92º | 0.9% | 0.57% | - |
| XYZ | 15.06 | 7.65 | 17.51 | - |
| YUV | 65.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 117 | 0 | 0.90 | 0.19 | 0.43 | 312.92 | 0.81 | 0.31 |
| Hex | 91 | F | 75 | 0 | 5A | 13 | 2B | 139 | 51 | 1F |
| Octal | 221 | 17 | 165 | 0 | 132 | 23 | 53 | 471 | 121 | 37 |
| Binary | 10010001 | 1111 | 1110101 | 0 | 1011010 | 10011 | 101011 | 100111001 | 1010001 | 11111 |
Color Harmonies of #910F75
Complementary color
Monochromatic Colors of #910F75
Black with #910F75
Text Example
Text Example
White with #910F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F75; }
p { color: rgb(145,15,117); }
H1.HeaderClassName
{
color: #910F75;
}
.AnyTagClassName
{
color: #910F75;
}
</style>
background-color css
<style>
a { background-color: #910F75; }
a { background-color: rgb(145,15,117); }
div.DivClassName
{
background-color: #910F75;
}
.BgClassName
{
background-color: #910F75;
}
</style>
border-color css
<style>
span { border-color: #910F75; }
span { border-color: rgb(145,15,117); }
td.TdClassName
{
border-color: #910F75;
}
.TagClassName
{
border-color: #910F75;
}
</style>