Shades of Dark Purple #923E82
Tints of Dark Purple #923E82
RGB
CMYK
RGB Variations
Color information
#923E82 (or 0x923E82) is known color: Dark Purple. HEX triplet: 92, 3E and 82. RGB value is (146,62,130). Sum of RGB (Red+Green+Blue) = 146+62+130=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #923E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923E82 is #6DC17D. Grayscale: #5E5E5E. Windows color (decimal): -7192958 or 8535698. OLE color: 8535698.
HSL color Cylindrical-coordinate representation of color #923E82: hue angle of 311.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #923E82 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 62 | 130 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.43 |
| HSL | 311.43º | 0.4% | 0.41% | - |
| HSV(B) | 311.43º | 0.58% | 0.57% | - |
| XYZ | 17.61 | 11.17 | 22.35 | - |
| YUV | 94.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 130 | 0 | 0.58 | 0.11 | 0.43 | 311.43 | 0.4 | 0.41 |
| Hex | 92 | 3E | 82 | 0 | 3A | B | 2B | 137 | 28 | 29 |
| Octal | 222 | 76 | 202 | 0 | 72 | 13 | 53 | 467 | 50 | 51 |
| Binary | 10010010 | 111110 | 10000010 | 0 | 111010 | 1011 | 101011 | 100110111 | 101000 | 101001 |
Color Harmonies of #923E82
Complementary color
Monochromatic Colors of #923E82
Black with #923E82
Text Example
Text Example
White with #923E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923E82; }
p { color: rgb(146,62,130); }
H1.HeaderClassName
{
color: #923E82;
}
.AnyTagClassName
{
color: #923E82;
}
</style>
background-color css
<style>
a { background-color: #923E82; }
a { background-color: rgb(146,62,130); }
div.DivClassName
{
background-color: #923E82;
}
.BgClassName
{
background-color: #923E82;
}
</style>
border-color css
<style>
span { border-color: #923E82; }
span { border-color: rgb(146,62,130); }
td.TdClassName
{
border-color: #923E82;
}
.TagClassName
{
border-color: #923E82;
}
</style>