Shades of Dark Purple #924082
Tints of Dark Purple #924082
RGB
CMYK
RGB Variations
Color information
#924082 (or 0x924082) is known color: Dark Purple. HEX triplet: 92, 40 and 82. RGB value is (146,64,130). Sum of RGB (Red+Green+Blue) = 146+64+130=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #924082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924082 is #6DBF7D. Grayscale: #5F5F5F. Windows color (decimal): -7192446 or 8536210. OLE color: 8536210.
HSL color Cylindrical-coordinate representation of color #924082: hue angle of 311.71º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924082 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 130 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.43 |
| HSL | 311.71º | 0.39% | 0.41% | - |
| HSV(B) | 311.71º | 0.56% | 0.57% | - |
| XYZ | 17.72 | 11.39 | 22.38 | - |
| YUV | 96.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 130 | 0 | 0.56 | 0.11 | 0.43 | 311.71 | 0.39 | 0.41 |
| Hex | 92 | 40 | 82 | 0 | 38 | B | 2B | 138 | 27 | 29 |
| Octal | 222 | 100 | 202 | 0 | 70 | 13 | 53 | 470 | 47 | 51 |
| Binary | 10010010 | 1000000 | 10000010 | 0 | 111000 | 1011 | 101011 | 100111000 | 100111 | 101001 |
Color Harmonies of #924082
Complementary color
Monochromatic Colors of #924082
Black with #924082
Text Example
Text Example
White with #924082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924082; }
p { color: rgb(146,64,130); }
H1.HeaderClassName
{
color: #924082;
}
.AnyTagClassName
{
color: #924082;
}
</style>
background-color css
<style>
a { background-color: #924082; }
a { background-color: rgb(146,64,130); }
div.DivClassName
{
background-color: #924082;
}
.BgClassName
{
background-color: #924082;
}
</style>
border-color css
<style>
span { border-color: #924082; }
span { border-color: rgb(146,64,130); }
td.TdClassName
{
border-color: #924082;
}
.TagClassName
{
border-color: #924082;
}
</style>