Shades of Dark Purple #923577
Tints of Dark Purple #923577
RGB
CMYK
RGB Variations
Color information
#923577 (or 0x923577) is known color: Dark Purple. HEX triplet: 92, 35 and 77. RGB value is (146,53,119). Sum of RGB (Red+Green+Blue) = 146+53+119=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #923577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923577 is #6DCA88. Grayscale: #585858. Windows color (decimal): -7195273 or 7812498. OLE color: 7812498.
HSL color Cylindrical-coordinate representation of color #923577: hue angle of 317.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #923577 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 53 | 119 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.43 |
| HSL | 317.42º | 0.47% | 0.39% | - |
| HSV(B) | 317.42º | 0.64% | 0.57% | - |
| XYZ | 16.46 | 9.99 | 18.51 | - |
| YUV | 88.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 53 | 119 | 0 | 0.64 | 0.18 | 0.43 | 317.42 | 0.47 | 0.39 |
| Hex | 92 | 35 | 77 | 0 | 40 | 12 | 2B | 13D | 2F | 27 |
| Octal | 222 | 65 | 167 | 0 | 100 | 22 | 53 | 475 | 57 | 47 |
| Binary | 10010010 | 110101 | 1110111 | 0 | 1000000 | 10010 | 101011 | 100111101 | 101111 | 100111 |
Color Harmonies of #923577
Complementary color
Monochromatic Colors of #923577
Black with #923577
Text Example
Text Example
White with #923577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923577; }
p { color: rgb(146,53,119); }
H1.HeaderClassName
{
color: #923577;
}
.AnyTagClassName
{
color: #923577;
}
</style>
background-color css
<style>
a { background-color: #923577; }
a { background-color: rgb(146,53,119); }
div.DivClassName
{
background-color: #923577;
}
.BgClassName
{
background-color: #923577;
}
</style>
border-color css
<style>
span { border-color: #923577; }
span { border-color: rgb(146,53,119); }
td.TdClassName
{
border-color: #923577;
}
.TagClassName
{
border-color: #923577;
}
</style>