Shades of Dark Purple #923880
Tints of Dark Purple #923880
RGB
CMYK
RGB Variations
Color information
#923880 (or 0x923880) is known color: Dark Purple. HEX triplet: 92, 38 and 80. RGB value is (146,56,128). Sum of RGB (Red+Green+Blue) = 146+56+128=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #923880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923880 is #6DC77F. Grayscale: #5A5A5A. Windows color (decimal): -7194496 or 8403090. OLE color: 8403090.
HSL color Cylindrical-coordinate representation of color #923880: hue angle of 312º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #923880 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 56 | 128 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.43 |
| HSL | 312º | 0.45% | 0.4% | - |
| HSV(B) | 312º | 0.62% | 0.57% | - |
| XYZ | 17.16 | 10.5 | 21.54 | - |
| YUV | 91.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 128 | 0 | 0.62 | 0.12 | 0.43 | 312 | 0.45 | 0.4 |
| Hex | 92 | 38 | 80 | 0 | 3E | C | 2B | 138 | 2D | 28 |
| Octal | 222 | 70 | 200 | 0 | 76 | 14 | 53 | 470 | 55 | 50 |
| Binary | 10010010 | 111000 | 10000000 | 0 | 111110 | 1100 | 101011 | 100111000 | 101101 | 101000 |
Color Harmonies of #923880
Complementary color
Monochromatic Colors of #923880
Black with #923880
Text Example
Text Example
White with #923880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923880; }
p { color: rgb(146,56,128); }
H1.HeaderClassName
{
color: #923880;
}
.AnyTagClassName
{
color: #923880;
}
</style>
background-color css
<style>
a { background-color: #923880; }
a { background-color: rgb(146,56,128); }
div.DivClassName
{
background-color: #923880;
}
.BgClassName
{
background-color: #923880;
}
</style>
border-color css
<style>
span { border-color: #923880; }
span { border-color: rgb(146,56,128); }
td.TdClassName
{
border-color: #923880;
}
.TagClassName
{
border-color: #923880;
}
</style>