Shades of Dark Purple #92268A
Tints of Dark Purple #92268A
RGB
CMYK
RGB Variations
Color information
#92268A (or 0x92268A) is known color: Dark Purple. HEX triplet: 92, 26 and 8A. RGB value is (146,38,138). Sum of RGB (Red+Green+Blue) = 146+38+138=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92268A is #6DD975. Grayscale: #515151. Windows color (decimal): -7199094 or 9053842. OLE color: 9053842.
HSL color Cylindrical-coordinate representation of color #92268A: hue angle of 304.44º 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 #92268A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 138 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.43 |
| HSL | 304.44º | 0.59% | 0.36% | - |
| HSV(B) | 304.44º | 0.74% | 0.57% | - |
| XYZ | 17.13 | 9.33 | 24.94 | - |
| YUV | 81.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 138 | 0 | 0.74 | 0.05 | 0.43 | 304.44 | 0.59 | 0.36 |
| Hex | 92 | 26 | 8A | 0 | 4A | 5 | 2B | 130 | 3B | 24 |
| Octal | 222 | 46 | 212 | 0 | 112 | 5 | 53 | 460 | 73 | 44 |
| Binary | 10010010 | 100110 | 10001010 | 0 | 1001010 | 101 | 101011 | 100110000 | 111011 | 100100 |
Color Harmonies of #92268A
Complementary color
Monochromatic Colors of #92268A
Black with #92268A
Text Example
Text Example
White with #92268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92268A; }
p { color: rgb(146,38,138); }
H1.HeaderClassName
{
color: #92268A;
}
.AnyTagClassName
{
color: #92268A;
}
</style>
background-color css
<style>
a { background-color: #92268A; }
a { background-color: rgb(146,38,138); }
div.DivClassName
{
background-color: #92268A;
}
.BgClassName
{
background-color: #92268A;
}
</style>
border-color css
<style>
span { border-color: #92268A; }
span { border-color: rgb(146,38,138); }
td.TdClassName
{
border-color: #92268A;
}
.TagClassName
{
border-color: #92268A;
}
</style>