Shades of Dark Purple #912882
Tints of Dark Purple #912882
RGB
CMYK
RGB Variations
Color information
#912882 (or 0x912882) is known color: Dark Purple. HEX triplet: 91, 28 and 82. RGB value is (145,40,130). Sum of RGB (Red+Green+Blue) = 145+40+130=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #912882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912882 is #6ED77D. Grayscale: #515151. Windows color (decimal): -7264126 or 8530065. OLE color: 8530065.
HSL color Cylindrical-coordinate representation of color #912882: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912882 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 130 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.43 |
| HSL | 308.57º | 0.57% | 0.36% | - |
| HSV(B) | 308.57º | 0.72% | 0.57% | - |
| XYZ | 16.47 | 9.15 | 22.02 | - |
| YUV | 81.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 130 | 0 | 0.72 | 0.10 | 0.43 | 308.57 | 0.57 | 0.36 |
| Hex | 91 | 28 | 82 | 0 | 48 | A | 2B | 135 | 39 | 24 |
| Octal | 221 | 50 | 202 | 0 | 110 | 12 | 53 | 465 | 71 | 44 |
| Binary | 10010001 | 101000 | 10000010 | 0 | 1001000 | 1010 | 101011 | 100110101 | 111001 | 100100 |
Color Harmonies of #912882
Complementary color
Monochromatic Colors of #912882
Black with #912882
Text Example
Text Example
White with #912882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912882; }
p { color: rgb(145,40,130); }
H1.HeaderClassName
{
color: #912882;
}
.AnyTagClassName
{
color: #912882;
}
</style>
background-color css
<style>
a { background-color: #912882; }
a { background-color: rgb(145,40,130); }
div.DivClassName
{
background-color: #912882;
}
.BgClassName
{
background-color: #912882;
}
</style>
border-color css
<style>
span { border-color: #912882; }
span { border-color: rgb(145,40,130); }
td.TdClassName
{
border-color: #912882;
}
.TagClassName
{
border-color: #912882;
}
</style>