Shades of Dark Purple #923F78
Tints of Dark Purple #923F78
RGB
CMYK
RGB Variations
Color information
#923F78 (or 0x923F78) is known color: Dark Purple. HEX triplet: 92, 3F and 78. RGB value is (146,63,120). Sum of RGB (Red+Green+Blue) = 146+63+120=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #923F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F78 is #6DC087. Grayscale: #5E5E5E. Windows color (decimal): -7192712 or 7880594. OLE color: 7880594.
HSL color Cylindrical-coordinate representation of color #923F78: hue angle of 318.8º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #923F78 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 63 | 120 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.43 |
| HSL | 318.8º | 0.4% | 0.41% | - |
| HSV(B) | 318.8º | 0.57% | 0.57% | - |
| XYZ | 17.02 | 11.02 | 19 | - |
| YUV | 94.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 120 | 0 | 0.57 | 0.18 | 0.43 | 318.8 | 0.4 | 0.41 |
| Hex | 92 | 3F | 78 | 0 | 39 | 12 | 2B | 13F | 28 | 29 |
| Octal | 222 | 77 | 170 | 0 | 71 | 22 | 53 | 477 | 50 | 51 |
| Binary | 10010010 | 111111 | 1111000 | 0 | 111001 | 10010 | 101011 | 100111111 | 101000 | 101001 |
Color Harmonies of #923F78
Complementary color
Monochromatic Colors of #923F78
Black with #923F78
Text Example
Text Example
White with #923F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923F78; }
p { color: rgb(146,63,120); }
H1.HeaderClassName
{
color: #923F78;
}
.AnyTagClassName
{
color: #923F78;
}
</style>
background-color css
<style>
a { background-color: #923F78; }
a { background-color: rgb(146,63,120); }
div.DivClassName
{
background-color: #923F78;
}
.BgClassName
{
background-color: #923F78;
}
</style>
border-color css
<style>
span { border-color: #923F78; }
span { border-color: rgb(146,63,120); }
td.TdClassName
{
border-color: #923F78;
}
.TagClassName
{
border-color: #923F78;
}
</style>