Shades of Dark Purple #923A78
Tints of Dark Purple #923A78
RGB
CMYK
RGB Variations
Color information
#923A78 (or 0x923A78) is known color: Dark Purple. HEX triplet: 92, 3A and 78. RGB value is (146,58,120). Sum of RGB (Red+Green+Blue) = 146+58+120=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #923A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A78 is #6DC587. Grayscale: #5B5B5B. Windows color (decimal): -7193992 or 7879314. OLE color: 7879314.
HSL color Cylindrical-coordinate representation of color #923A78: hue angle of 317.73º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923A78 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 58 | 120 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.43 |
| HSL | 317.73º | 0.43% | 0.4% | - |
| HSV(B) | 317.73º | 0.6% | 0.57% | - |
| XYZ | 16.76 | 10.49 | 18.91 | - |
| YUV | 91.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 120 | 0 | 0.60 | 0.18 | 0.43 | 317.73 | 0.43 | 0.4 |
| Hex | 92 | 3A | 78 | 0 | 3C | 12 | 2B | 13E | 2B | 28 |
| Octal | 222 | 72 | 170 | 0 | 74 | 22 | 53 | 476 | 53 | 50 |
| Binary | 10010010 | 111010 | 1111000 | 0 | 111100 | 10010 | 101011 | 100111110 | 101011 | 101000 |
Color Harmonies of #923A78
Complementary color
Monochromatic Colors of #923A78
Black with #923A78
Text Example
Text Example
White with #923A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923A78; }
p { color: rgb(146,58,120); }
H1.HeaderClassName
{
color: #923A78;
}
.AnyTagClassName
{
color: #923A78;
}
</style>
background-color css
<style>
a { background-color: #923A78; }
a { background-color: rgb(146,58,120); }
div.DivClassName
{
background-color: #923A78;
}
.BgClassName
{
background-color: #923A78;
}
</style>
border-color css
<style>
span { border-color: #923A78; }
span { border-color: rgb(146,58,120); }
td.TdClassName
{
border-color: #923A78;
}
.TagClassName
{
border-color: #923A78;
}
</style>