Shades of Dark Purple #923082
Tints of Dark Purple #923082
RGB
CMYK
RGB Variations
Color information
#923082 (or 0x923082) is known color: Dark Purple. HEX triplet: 92, 30 and 82. RGB value is (146,48,130). Sum of RGB (Red+Green+Blue) = 146+48+130=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #923082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923082 is #6DCF7D. Grayscale: #565656. Windows color (decimal): -7196542 or 8532114. OLE color: 8532114.
HSL color Cylindrical-coordinate representation of color #923082: hue angle of 309.8º 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 #923082 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 130 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.43 |
| HSL | 309.8º | 0.51% | 0.38% | - |
| HSV(B) | 309.8º | 0.67% | 0.57% | - |
| XYZ | 16.94 | 9.84 | 22.12 | - |
| YUV | 86.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 130 | 0 | 0.67 | 0.11 | 0.43 | 309.8 | 0.51 | 0.38 |
| Hex | 92 | 30 | 82 | 0 | 43 | B | 2B | 136 | 33 | 26 |
| Octal | 222 | 60 | 202 | 0 | 103 | 13 | 53 | 466 | 63 | 46 |
| Binary | 10010010 | 110000 | 10000010 | 0 | 1000011 | 1011 | 101011 | 100110110 | 110011 | 100110 |
Color Harmonies of #923082
Complementary color
Monochromatic Colors of #923082
Black with #923082
Text Example
Text Example
White with #923082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923082; }
p { color: rgb(146,48,130); }
H1.HeaderClassName
{
color: #923082;
}
.AnyTagClassName
{
color: #923082;
}
</style>
background-color css
<style>
a { background-color: #923082; }
a { background-color: rgb(146,48,130); }
div.DivClassName
{
background-color: #923082;
}
.BgClassName
{
background-color: #923082;
}
</style>
border-color css
<style>
span { border-color: #923082; }
span { border-color: rgb(146,48,130); }
td.TdClassName
{
border-color: #923082;
}
.TagClassName
{
border-color: #923082;
}
</style>