Shades of Dark Purple #922A6D
Tints of Dark Purple #922A6D
RGB
CMYK
RGB Variations
Color information
#922A6D (or 0x922A6D) is known color: Dark Purple. HEX triplet: 92, 2A and 6D. RGB value is (146,42,109). Sum of RGB (Red+Green+Blue) = 146+42+109=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #922A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922A6D is #6DD592. Grayscale: #505050. Windows color (decimal): -7198099 or 7154322. OLE color: 7154322.
HSL color Cylindrical-coordinate representation of color #922A6D: hue angle of 321.35º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #922A6D is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 42 | 109 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.43 |
| HSL | 321.35º | 0.55% | 0.37% | - |
| HSV(B) | 321.35º | 0.71% | 0.57% | - |
| XYZ | 15.44 | 8.87 | 15.37 | - |
| YUV | 80.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 109 | 0 | 0.71 | 0.25 | 0.43 | 321.35 | 0.55 | 0.37 |
| Hex | 92 | 2A | 6D | 0 | 47 | 19 | 2B | 141 | 37 | 25 |
| Octal | 222 | 52 | 155 | 0 | 107 | 31 | 53 | 501 | 67 | 45 |
| Binary | 10010010 | 101010 | 1101101 | 0 | 1000111 | 11001 | 101011 | 101000001 | 110111 | 100101 |
Color Harmonies of #922A6D
Complementary color
Monochromatic Colors of #922A6D
Black with #922A6D
Text Example
Text Example
White with #922A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922A6D; }
p { color: rgb(146,42,109); }
H1.HeaderClassName
{
color: #922A6D;
}
.AnyTagClassName
{
color: #922A6D;
}
</style>
background-color css
<style>
a { background-color: #922A6D; }
a { background-color: rgb(146,42,109); }
div.DivClassName
{
background-color: #922A6D;
}
.BgClassName
{
background-color: #922A6D;
}
</style>
border-color css
<style>
span { border-color: #922A6D; }
span { border-color: rgb(146,42,109); }
td.TdClassName
{
border-color: #922A6D;
}
.TagClassName
{
border-color: #922A6D;
}
</style>