Shades of Dark Purple #923083
Tints of Dark Purple #923083
RGB
CMYK
RGB Variations
Color information
#923083 (or 0x923083) is known color: Dark Purple. HEX triplet: 92, 30 and 83. RGB value is (146,48,131). Sum of RGB (Red+Green+Blue) = 146+48+131=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #923083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923083 is #6DCF7C. Grayscale: #565656. Windows color (decimal): -7196541 or 8597650. OLE color: 8597650.
HSL color Cylindrical-coordinate representation of color #923083: hue angle of 309.18º 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 #923083 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 131 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.43 |
| HSL | 309.18º | 0.51% | 0.38% | - |
| HSV(B) | 309.18º | 0.67% | 0.57% | - |
| XYZ | 17.01 | 9.86 | 22.48 | - |
| YUV | 86.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 131 | 0 | 0.67 | 0.10 | 0.43 | 309.18 | 0.51 | 0.38 |
| Hex | 92 | 30 | 83 | 0 | 43 | A | 2B | 135 | 33 | 26 |
| Octal | 222 | 60 | 203 | 0 | 103 | 12 | 53 | 465 | 63 | 46 |
| Binary | 10010010 | 110000 | 10000011 | 0 | 1000011 | 1010 | 101011 | 100110101 | 110011 | 100110 |
Color Harmonies of #923083
Complementary color
Monochromatic Colors of #923083
Black with #923083
Text Example
Text Example
White with #923083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923083; }
p { color: rgb(146,48,131); }
H1.HeaderClassName
{
color: #923083;
}
.AnyTagClassName
{
color: #923083;
}
</style>
background-color css
<style>
a { background-color: #923083; }
a { background-color: rgb(146,48,131); }
div.DivClassName
{
background-color: #923083;
}
.BgClassName
{
background-color: #923083;
}
</style>
border-color css
<style>
span { border-color: #923083; }
span { border-color: rgb(146,48,131); }
td.TdClassName
{
border-color: #923083;
}
.TagClassName
{
border-color: #923083;
}
</style>