Shades of Dark Purple #923089
Tints of Dark Purple #923089
RGB
CMYK
RGB Variations
Color information
#923089 (or 0x923089) is known color: Dark Purple. HEX triplet: 92, 30 and 89. RGB value is (146,48,137). Sum of RGB (Red+Green+Blue) = 146+48+137=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #923089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923089 is #6DCF76. Grayscale: #575757. Windows color (decimal): -7196535 or 8990866. OLE color: 8990866.
HSL color Cylindrical-coordinate representation of color #923089: hue angle of 305.51º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923089 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 137 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.43 |
| HSL | 305.51º | 0.51% | 0.38% | - |
| HSV(B) | 305.51º | 0.67% | 0.57% | - |
| XYZ | 17.43 | 10.03 | 24.68 | - |
| YUV | 87.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 137 | 0 | 0.67 | 0.06 | 0.43 | 305.51 | 0.51 | 0.38 |
| Hex | 92 | 30 | 89 | 0 | 43 | 6 | 2B | 132 | 33 | 26 |
| Octal | 222 | 60 | 211 | 0 | 103 | 6 | 53 | 462 | 63 | 46 |
| Binary | 10010010 | 110000 | 10001001 | 0 | 1000011 | 110 | 101011 | 100110010 | 110011 | 100110 |
Color Harmonies of #923089
Complementary color
Monochromatic Colors of #923089
Black with #923089
Text Example
Text Example
White with #923089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923089; }
p { color: rgb(146,48,137); }
H1.HeaderClassName
{
color: #923089;
}
.AnyTagClassName
{
color: #923089;
}
</style>
background-color css
<style>
a { background-color: #923089; }
a { background-color: rgb(146,48,137); }
div.DivClassName
{
background-color: #923089;
}
.BgClassName
{
background-color: #923089;
}
</style>
border-color css
<style>
span { border-color: #923089; }
span { border-color: rgb(146,48,137); }
td.TdClassName
{
border-color: #923089;
}
.TagClassName
{
border-color: #923089;
}
</style>