Shades of Dark Purple #912B82
Tints of Dark Purple #912B82
RGB
CMYK
RGB Variations
Color information
#912B82 (or 0x912B82) is known color: Dark Purple. HEX triplet: 91, 2B and 82. RGB value is (145,43,130). Sum of RGB (Red+Green+Blue) = 145+43+130=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #912B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912B82 is #6ED47D. Grayscale: #535353. Windows color (decimal): -7263358 or 8530833. OLE color: 8530833.
HSL color Cylindrical-coordinate representation of color #912B82: hue angle of 308.82º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912B82 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 43 | 130 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.43 |
| HSL | 308.82º | 0.54% | 0.37% | - |
| HSV(B) | 308.82º | 0.7% | 0.57% | - |
| XYZ | 16.57 | 9.36 | 22.05 | - |
| YUV | 83.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 43 | 130 | 0 | 0.70 | 0.10 | 0.43 | 308.82 | 0.54 | 0.37 |
| Hex | 91 | 2B | 82 | 0 | 46 | A | 2B | 135 | 36 | 25 |
| Octal | 221 | 53 | 202 | 0 | 106 | 12 | 53 | 465 | 66 | 45 |
| Binary | 10010001 | 101011 | 10000010 | 0 | 1000110 | 1010 | 101011 | 100110101 | 110110 | 100101 |
Color Harmonies of #912B82
Complementary color
Monochromatic Colors of #912B82
Black with #912B82
Text Example
Text Example
White with #912B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912B82; }
p { color: rgb(145,43,130); }
H1.HeaderClassName
{
color: #912B82;
}
.AnyTagClassName
{
color: #912B82;
}
</style>
background-color css
<style>
a { background-color: #912B82; }
a { background-color: rgb(145,43,130); }
div.DivClassName
{
background-color: #912B82;
}
.BgClassName
{
background-color: #912B82;
}
</style>
border-color css
<style>
span { border-color: #912B82; }
span { border-color: rgb(145,43,130); }
td.TdClassName
{
border-color: #912B82;
}
.TagClassName
{
border-color: #912B82;
}
</style>