Shades of Dark Purple #923770
Tints of Dark Purple #923770
RGB
CMYK
RGB Variations
Color information
#923770 (or 0x923770) is known color: Dark Purple. HEX triplet: 92, 37 and 70. RGB value is (146,55,112). Sum of RGB (Red+Green+Blue) = 146+55+112=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #923770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923770 is #6DC88F. Grayscale: #585858. Windows color (decimal): -7194768 or 7354258. OLE color: 7354258.
HSL color Cylindrical-coordinate representation of color #923770: hue angle of 322.42º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #923770 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 55 | 112 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.43 |
| HSL | 322.42º | 0.45% | 0.39% | - |
| HSV(B) | 322.42º | 0.62% | 0.57% | - |
| XYZ | 16.14 | 10.01 | 16.41 | - |
| YUV | 88.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 112 | 0 | 0.62 | 0.23 | 0.43 | 322.42 | 0.45 | 0.39 |
| Hex | 92 | 37 | 70 | 0 | 3E | 17 | 2B | 142 | 2D | 27 |
| Octal | 222 | 67 | 160 | 0 | 76 | 27 | 53 | 502 | 55 | 47 |
| Binary | 10010010 | 110111 | 1110000 | 0 | 111110 | 10111 | 101011 | 101000010 | 101101 | 100111 |
Color Harmonies of #923770
Complementary color
Monochromatic Colors of #923770
Black with #923770
Text Example
Text Example
White with #923770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923770; }
p { color: rgb(146,55,112); }
H1.HeaderClassName
{
color: #923770;
}
.AnyTagClassName
{
color: #923770;
}
</style>
background-color css
<style>
a { background-color: #923770; }
a { background-color: rgb(146,55,112); }
div.DivClassName
{
background-color: #923770;
}
.BgClassName
{
background-color: #923770;
}
</style>
border-color css
<style>
span { border-color: #923770; }
span { border-color: rgb(146,55,112); }
td.TdClassName
{
border-color: #923770;
}
.TagClassName
{
border-color: #923770;
}
</style>