Shades of Dark Purple #923189
Tints of Dark Purple #923189
RGB
CMYK
RGB Variations
Color information
#923189 (or 0x923189) is known color: Dark Purple. HEX triplet: 92, 31 and 89. RGB value is (146,49,137). Sum of RGB (Red+Green+Blue) = 146+49+137=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #923189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923189 is #6DCE76. Grayscale: #575757. Windows color (decimal): -7196279 or 8991122. OLE color: 8991122.
HSL color Cylindrical-coordinate representation of color #923189: hue angle of 305.57º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923189 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 49 | 137 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.43 |
| HSL | 305.57º | 0.5% | 0.38% | - |
| HSV(B) | 305.57º | 0.66% | 0.57% | - |
| XYZ | 17.47 | 10.11 | 24.7 | - |
| YUV | 88.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 137 | 0 | 0.66 | 0.06 | 0.43 | 305.57 | 0.5 | 0.38 |
| Hex | 92 | 31 | 89 | 0 | 42 | 6 | 2B | 132 | 32 | 26 |
| Octal | 222 | 61 | 211 | 0 | 102 | 6 | 53 | 462 | 62 | 46 |
| Binary | 10010010 | 110001 | 10001001 | 0 | 1000010 | 110 | 101011 | 100110010 | 110010 | 100110 |
Color Harmonies of #923189
Complementary color
Monochromatic Colors of #923189
Black with #923189
Text Example
Text Example
White with #923189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923189; }
p { color: rgb(146,49,137); }
H1.HeaderClassName
{
color: #923189;
}
.AnyTagClassName
{
color: #923189;
}
</style>
background-color css
<style>
a { background-color: #923189; }
a { background-color: rgb(146,49,137); }
div.DivClassName
{
background-color: #923189;
}
.BgClassName
{
background-color: #923189;
}
</style>
border-color css
<style>
span { border-color: #923189; }
span { border-color: rgb(146,49,137); }
td.TdClassName
{
border-color: #923189;
}
.TagClassName
{
border-color: #923189;
}
</style>