Shades of Dark Purple #912082
Tints of Dark Purple #912082
RGB
CMYK
RGB Variations
Color information
#912082 (or 0x912082) is known color: Dark Purple. HEX triplet: 91, 20 and 82. RGB value is (145,32,130). Sum of RGB (Red+Green+Blue) = 145+32+130=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #912082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912082 is #6EDF7D. Grayscale: #4C4C4C. Windows color (decimal): -7266174 or 8528017. OLE color: 8528017.
HSL color Cylindrical-coordinate representation of color #912082: hue angle of 307.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912082 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 130 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.43 |
| HSL | 307.96º | 0.64% | 0.35% | - |
| HSV(B) | 307.96º | 0.78% | 0.57% | - |
| XYZ | 16.22 | 8.66 | 21.94 | - |
| YUV | 76.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 130 | 0 | 0.78 | 0.10 | 0.43 | 307.96 | 0.64 | 0.35 |
| Hex | 91 | 20 | 82 | 0 | 4E | A | 2B | 134 | 40 | 23 |
| Octal | 221 | 40 | 202 | 0 | 116 | 12 | 53 | 464 | 100 | 43 |
| Binary | 10010001 | 100000 | 10000010 | 0 | 1001110 | 1010 | 101011 | 100110100 | 1000000 | 100011 |
Color Harmonies of #912082
Complementary color
Monochromatic Colors of #912082
Black with #912082
Text Example
Text Example
White with #912082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912082; }
p { color: rgb(145,32,130); }
H1.HeaderClassName
{
color: #912082;
}
.AnyTagClassName
{
color: #912082;
}
</style>
background-color css
<style>
a { background-color: #912082; }
a { background-color: rgb(145,32,130); }
div.DivClassName
{
background-color: #912082;
}
.BgClassName
{
background-color: #912082;
}
</style>
border-color css
<style>
span { border-color: #912082; }
span { border-color: rgb(145,32,130); }
td.TdClassName
{
border-color: #912082;
}
.TagClassName
{
border-color: #912082;
}
</style>