Shades of Dark Purple #923085
Tints of Dark Purple #923085
RGB
CMYK
RGB Variations
Color information
#923085 (or 0x923085) is known color: Dark Purple. HEX triplet: 92, 30 and 85. RGB value is (146,48,133). Sum of RGB (Red+Green+Blue) = 146+48+133=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #923085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923085 is #6DCF7A. Grayscale: #565656. Windows color (decimal): -7196539 or 8728722. OLE color: 8728722.
HSL color Cylindrical-coordinate representation of color #923085: hue angle of 307.96º 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 #923085 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 133 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.43 |
| HSL | 307.96º | 0.51% | 0.38% | - |
| HSV(B) | 307.96º | 0.67% | 0.57% | - |
| XYZ | 17.14 | 9.92 | 23.2 | - |
| YUV | 86.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 133 | 0 | 0.67 | 0.09 | 0.43 | 307.96 | 0.51 | 0.38 |
| Hex | 92 | 30 | 85 | 0 | 43 | 9 | 2B | 134 | 33 | 26 |
| Octal | 222 | 60 | 205 | 0 | 103 | 11 | 53 | 464 | 63 | 46 |
| Binary | 10010010 | 110000 | 10000101 | 0 | 1000011 | 1001 | 101011 | 100110100 | 110011 | 100110 |
Color Harmonies of #923085
Complementary color
Monochromatic Colors of #923085
Black with #923085
Text Example
Text Example
White with #923085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923085; }
p { color: rgb(146,48,133); }
H1.HeaderClassName
{
color: #923085;
}
.AnyTagClassName
{
color: #923085;
}
</style>
background-color css
<style>
a { background-color: #923085; }
a { background-color: rgb(146,48,133); }
div.DivClassName
{
background-color: #923085;
}
.BgClassName
{
background-color: #923085;
}
</style>
border-color css
<style>
span { border-color: #923085; }
span { border-color: rgb(146,48,133); }
td.TdClassName
{
border-color: #923085;
}
.TagClassName
{
border-color: #923085;
}
</style>