Shades of Dark Purple #923D78
Tints of Dark Purple #923D78
RGB
CMYK
RGB Variations
Color information
#923D78 (or 0x923D78) is known color: Dark Purple. HEX triplet: 92, 3D and 78. RGB value is (146,61,120). Sum of RGB (Red+Green+Blue) = 146+61+120=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #923D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923D78 is #6DC287. Grayscale: #5C5C5C. Windows color (decimal): -7193224 or 7880082. OLE color: 7880082.
HSL color Cylindrical-coordinate representation of color #923D78: hue angle of 318.35º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #923D78 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 61 | 120 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.43 |
| HSL | 318.35º | 0.41% | 0.41% | - |
| HSV(B) | 318.35º | 0.58% | 0.57% | - |
| XYZ | 16.91 | 10.8 | 18.96 | - |
| YUV | 93.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 120 | 0 | 0.58 | 0.18 | 0.43 | 318.35 | 0.41 | 0.41 |
| Hex | 92 | 3D | 78 | 0 | 3A | 12 | 2B | 13E | 29 | 29 |
| Octal | 222 | 75 | 170 | 0 | 72 | 22 | 53 | 476 | 51 | 51 |
| Binary | 10010010 | 111101 | 1111000 | 0 | 111010 | 10010 | 101011 | 100111110 | 101001 | 101001 |
Color Harmonies of #923D78
Complementary color
Monochromatic Colors of #923D78
Black with #923D78
Text Example
Text Example
White with #923D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923D78; }
p { color: rgb(146,61,120); }
H1.HeaderClassName
{
color: #923D78;
}
.AnyTagClassName
{
color: #923D78;
}
</style>
background-color css
<style>
a { background-color: #923D78; }
a { background-color: rgb(146,61,120); }
div.DivClassName
{
background-color: #923D78;
}
.BgClassName
{
background-color: #923D78;
}
</style>
border-color css
<style>
span { border-color: #923D78; }
span { border-color: rgb(146,61,120); }
td.TdClassName
{
border-color: #923D78;
}
.TagClassName
{
border-color: #923D78;
}
</style>