Shades of Dark Purple #912883
Tints of Dark Purple #912883
RGB
CMYK
RGB Variations
Color information
#912883 (or 0x912883) is known color: Dark Purple. HEX triplet: 91, 28 and 83. RGB value is (145,40,131). Sum of RGB (Red+Green+Blue) = 145+40+131=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #912883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912883 is #6ED77C. Grayscale: #515151. Windows color (decimal): -7264125 or 8595601. OLE color: 8595601.
HSL color Cylindrical-coordinate representation of color #912883: hue angle of 308º 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 #912883 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 131 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.43 |
| HSL | 308º | 0.57% | 0.36% | - |
| HSV(B) | 308º | 0.72% | 0.57% | - |
| XYZ | 16.53 | 9.18 | 22.37 | - |
| YUV | 81.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 131 | 0 | 0.72 | 0.10 | 0.43 | 308 | 0.57 | 0.36 |
| Hex | 91 | 28 | 83 | 0 | 48 | A | 2B | 134 | 39 | 24 |
| Octal | 221 | 50 | 203 | 0 | 110 | 12 | 53 | 464 | 71 | 44 |
| Binary | 10010001 | 101000 | 10000011 | 0 | 1001000 | 1010 | 101011 | 100110100 | 111001 | 100100 |
Color Harmonies of #912883
Complementary color
Monochromatic Colors of #912883
Black with #912883
Text Example
Text Example
White with #912883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912883; }
p { color: rgb(145,40,131); }
H1.HeaderClassName
{
color: #912883;
}
.AnyTagClassName
{
color: #912883;
}
</style>
background-color css
<style>
a { background-color: #912883; }
a { background-color: rgb(145,40,131); }
div.DivClassName
{
background-color: #912883;
}
.BgClassName
{
background-color: #912883;
}
</style>
border-color css
<style>
span { border-color: #912883; }
span { border-color: rgb(145,40,131); }
td.TdClassName
{
border-color: #912883;
}
.TagClassName
{
border-color: #912883;
}
</style>