Shades of Dark Purple #912381
Tints of Dark Purple #912381
RGB
CMYK
RGB Variations
Color information
#912381 (or 0x912381) is known color: Dark Purple. HEX triplet: 91, 23 and 81. RGB value is (145,35,129). Sum of RGB (Red+Green+Blue) = 145+35+129=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #912381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912381 is #6EDC7E. Grayscale: #4E4E4E. Windows color (decimal): -7265407 or 8463249. OLE color: 8463249.
HSL color Cylindrical-coordinate representation of color #912381: hue angle of 308.73º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912381 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 129 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.43 |
| HSL | 308.73º | 0.61% | 0.35% | - |
| HSV(B) | 308.73º | 0.76% | 0.57% | - |
| XYZ | 16.24 | 8.81 | 21.61 | - |
| YUV | 78.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 129 | 0 | 0.76 | 0.11 | 0.43 | 308.73 | 0.61 | 0.35 |
| Hex | 91 | 23 | 81 | 0 | 4C | B | 2B | 135 | 3D | 23 |
| Octal | 221 | 43 | 201 | 0 | 114 | 13 | 53 | 465 | 75 | 43 |
| Binary | 10010001 | 100011 | 10000001 | 0 | 1001100 | 1011 | 101011 | 100110101 | 111101 | 100011 |
Color Harmonies of #912381
Complementary color
Monochromatic Colors of #912381
Black with #912381
Text Example
Text Example
White with #912381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912381; }
p { color: rgb(145,35,129); }
H1.HeaderClassName
{
color: #912381;
}
.AnyTagClassName
{
color: #912381;
}
</style>
background-color css
<style>
a { background-color: #912381; }
a { background-color: rgb(145,35,129); }
div.DivClassName
{
background-color: #912381;
}
.BgClassName
{
background-color: #912381;
}
</style>
border-color css
<style>
span { border-color: #912381; }
span { border-color: rgb(145,35,129); }
td.TdClassName
{
border-color: #912381;
}
.TagClassName
{
border-color: #912381;
}
</style>