Shades of Dark Purple #922568
Tints of Dark Purple #922568
RGB
CMYK
RGB Variations
Color information
#922568 (or 0x922568) is known color: Dark Purple. HEX triplet: 92, 25 and 68. RGB value is (146,37,104). Sum of RGB (Red+Green+Blue) = 146+37+104=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #922568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922568 is #6DDA97. Grayscale: #4D4D4D. Windows color (decimal): -7199384 or 6825362. OLE color: 6825362.
HSL color Cylindrical-coordinate representation of color #922568: hue angle of 323.12º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922568 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 104 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.43 |
| HSL | 323.12º | 0.6% | 0.36% | - |
| HSV(B) | 323.12º | 0.75% | 0.57% | - |
| XYZ | 15.01 | 8.43 | 13.93 | - |
| YUV | 77.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 104 | 0 | 0.75 | 0.29 | 0.43 | 323.12 | 0.6 | 0.36 |
| Hex | 92 | 25 | 68 | 0 | 4B | 1D | 2B | 143 | 3C | 24 |
| Octal | 222 | 45 | 150 | 0 | 113 | 35 | 53 | 503 | 74 | 44 |
| Binary | 10010010 | 100101 | 1101000 | 0 | 1001011 | 11101 | 101011 | 101000011 | 111100 | 100100 |
Color Harmonies of #922568
Complementary color
Monochromatic Colors of #922568
Black with #922568
Text Example
Text Example
White with #922568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922568; }
p { color: rgb(146,37,104); }
H1.HeaderClassName
{
color: #922568;
}
.AnyTagClassName
{
color: #922568;
}
</style>
background-color css
<style>
a { background-color: #922568; }
a { background-color: rgb(146,37,104); }
div.DivClassName
{
background-color: #922568;
}
.BgClassName
{
background-color: #922568;
}
</style>
border-color css
<style>
span { border-color: #922568; }
span { border-color: rgb(146,37,104); }
td.TdClassName
{
border-color: #922568;
}
.TagClassName
{
border-color: #922568;
}
</style>