Shades of Dark Purple #92266A
Tints of Dark Purple #92266A
RGB
CMYK
RGB Variations
Color information
#92266A (or 0x92266A) is known color: Dark Purple. HEX triplet: 92, 26 and 6A. RGB value is (146,38,106). Sum of RGB (Red+Green+Blue) = 146+38+106=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92266A is #6DD995. Grayscale: #4D4D4D. Windows color (decimal): -7199126 or 6956690. OLE color: 6956690.
HSL color Cylindrical-coordinate representation of color #92266A: hue angle of 322.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92266A is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 106 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.43 |
| HSL | 322.22º | 0.59% | 0.36% | - |
| HSV(B) | 322.22º | 0.74% | 0.57% | - |
| XYZ | 15.15 | 8.54 | 14.49 | - |
| YUV | 78.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 106 | 0 | 0.74 | 0.27 | 0.43 | 322.22 | 0.59 | 0.36 |
| Hex | 92 | 26 | 6A | 0 | 4A | 1B | 2B | 142 | 3B | 24 |
| Octal | 222 | 46 | 152 | 0 | 112 | 33 | 53 | 502 | 73 | 44 |
| Binary | 10010010 | 100110 | 1101010 | 0 | 1001010 | 11011 | 101011 | 101000010 | 111011 | 100100 |
Color Harmonies of #92266A
Complementary color
Monochromatic Colors of #92266A
Black with #92266A
Text Example
Text Example
White with #92266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92266A; }
p { color: rgb(146,38,106); }
H1.HeaderClassName
{
color: #92266A;
}
.AnyTagClassName
{
color: #92266A;
}
</style>
background-color css
<style>
a { background-color: #92266A; }
a { background-color: rgb(146,38,106); }
div.DivClassName
{
background-color: #92266A;
}
.BgClassName
{
background-color: #92266A;
}
</style>
border-color css
<style>
span { border-color: #92266A; }
span { border-color: rgb(146,38,106); }
td.TdClassName
{
border-color: #92266A;
}
.TagClassName
{
border-color: #92266A;
}
</style>