Shades of Dark Purple #923872
Tints of Dark Purple #923872
RGB
CMYK
RGB Variations
Color information
#923872 (or 0x923872) is known color: Dark Purple. HEX triplet: 92, 38 and 72. RGB value is (146,56,114). Sum of RGB (Red+Green+Blue) = 146+56+114=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #923872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923872 is #6DC78D. Grayscale: #595959. Windows color (decimal): -7194510 or 7485586. OLE color: 7485586.
HSL color Cylindrical-coordinate representation of color #923872: hue angle of 321.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #923872 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 56 | 114 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.43 |
| HSL | 321.33º | 0.45% | 0.4% | - |
| HSV(B) | 321.33º | 0.62% | 0.57% | - |
| XYZ | 16.31 | 10.15 | 17.02 | - |
| YUV | 89.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 114 | 0 | 0.62 | 0.22 | 0.43 | 321.33 | 0.45 | 0.4 |
| Hex | 92 | 38 | 72 | 0 | 3E | 16 | 2B | 141 | 2D | 28 |
| Octal | 222 | 70 | 162 | 0 | 76 | 26 | 53 | 501 | 55 | 50 |
| Binary | 10010010 | 111000 | 1110010 | 0 | 111110 | 10110 | 101011 | 101000001 | 101101 | 101000 |
Color Harmonies of #923872
Complementary color
Monochromatic Colors of #923872
Black with #923872
Text Example
Text Example
White with #923872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923872; }
p { color: rgb(146,56,114); }
H1.HeaderClassName
{
color: #923872;
}
.AnyTagClassName
{
color: #923872;
}
</style>
background-color css
<style>
a { background-color: #923872; }
a { background-color: rgb(146,56,114); }
div.DivClassName
{
background-color: #923872;
}
.BgClassName
{
background-color: #923872;
}
</style>
border-color css
<style>
span { border-color: #923872; }
span { border-color: rgb(146,56,114); }
td.TdClassName
{
border-color: #923872;
}
.TagClassName
{
border-color: #923872;
}
</style>