Shades of Dark Purple #923375
Tints of Dark Purple #923375
RGB
CMYK
RGB Variations
Color information
#923375 (or 0x923375) is known color: Dark Purple. HEX triplet: 92, 33 and 75. RGB value is (146,51,117). Sum of RGB (Red+Green+Blue) = 146+51+117=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #923375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923375 is #6DCC8A. Grayscale: #565656. Windows color (decimal): -7195787 or 7680914. OLE color: 7680914.
HSL color Cylindrical-coordinate representation of color #923375: hue angle of 318.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923375 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 51 | 117 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.43 |
| HSL | 318.32º | 0.48% | 0.39% | - |
| HSV(B) | 318.32º | 0.65% | 0.57% | - |
| XYZ | 16.25 | 9.76 | 17.86 | - |
| YUV | 86.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 51 | 117 | 0 | 0.65 | 0.20 | 0.43 | 318.32 | 0.48 | 0.39 |
| Hex | 92 | 33 | 75 | 0 | 41 | 14 | 2B | 13E | 30 | 27 |
| Octal | 222 | 63 | 165 | 0 | 101 | 24 | 53 | 476 | 60 | 47 |
| Binary | 10010010 | 110011 | 1110101 | 0 | 1000001 | 10100 | 101011 | 100111110 | 110000 | 100111 |
Color Harmonies of #923375
Complementary color
Monochromatic Colors of #923375
Black with #923375
Text Example
Text Example
White with #923375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923375; }
p { color: rgb(146,51,117); }
H1.HeaderClassName
{
color: #923375;
}
.AnyTagClassName
{
color: #923375;
}
</style>
background-color css
<style>
a { background-color: #923375; }
a { background-color: rgb(146,51,117); }
div.DivClassName
{
background-color: #923375;
}
.BgClassName
{
background-color: #923375;
}
</style>
border-color css
<style>
span { border-color: #923375; }
span { border-color: rgb(146,51,117); }
td.TdClassName
{
border-color: #923375;
}
.TagClassName
{
border-color: #923375;
}
</style>