Shades of Dark Purple #923272
Tints of Dark Purple #923272
RGB
CMYK
RGB Variations
Color information
#923272 (or 0x923272) is known color: Dark Purple. HEX triplet: 92, 32 and 72. RGB value is (146,50,114). Sum of RGB (Red+Green+Blue) = 146+50+114=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #923272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923272 is #6DCD8D. Grayscale: #555555. Windows color (decimal): -7196046 or 7484050. OLE color: 7484050.
HSL color Cylindrical-coordinate representation of color #923272: hue angle of 320º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923272 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 114 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.43 |
| HSL | 320º | 0.49% | 0.38% | - |
| HSV(B) | 320º | 0.66% | 0.57% | - |
| XYZ | 16.03 | 9.61 | 16.93 | - |
| YUV | 86 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 114 | 0 | 0.66 | 0.22 | 0.43 | 320 | 0.49 | 0.38 |
| Hex | 92 | 32 | 72 | 0 | 42 | 16 | 2B | 140 | 31 | 26 |
| Octal | 222 | 62 | 162 | 0 | 102 | 26 | 53 | 500 | 61 | 46 |
| Binary | 10010010 | 110010 | 1110010 | 0 | 1000010 | 10110 | 101011 | 101000000 | 110001 | 100110 |
Color Harmonies of #923272
Complementary color
Monochromatic Colors of #923272
Black with #923272
Text Example
Text Example
White with #923272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923272; }
p { color: rgb(146,50,114); }
H1.HeaderClassName
{
color: #923272;
}
.AnyTagClassName
{
color: #923272;
}
</style>
background-color css
<style>
a { background-color: #923272; }
a { background-color: rgb(146,50,114); }
div.DivClassName
{
background-color: #923272;
}
.BgClassName
{
background-color: #923272;
}
</style>
border-color css
<style>
span { border-color: #923272; }
span { border-color: rgb(146,50,114); }
td.TdClassName
{
border-color: #923272;
}
.TagClassName
{
border-color: #923272;
}
</style>