Shades of Dark Purple #932068
Tints of Dark Purple #932068
RGB
CMYK
RGB Variations
Color information
#932068 (or 0x932068) is known color: Dark Purple. HEX triplet: 93, 20 and 68. RGB value is (147,32,104). Sum of RGB (Red+Green+Blue) = 147+32+104=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #932068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932068 is #6CDF97. Grayscale: #4A4A4A. Windows color (decimal): -7135128 or 6824083. OLE color: 6824083.
HSL color Cylindrical-coordinate representation of color #932068: hue angle of 322.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932068 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 104 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.42 |
| HSL | 322.43º | 0.64% | 0.35% | - |
| HSV(B) | 322.43º | 0.78% | 0.58% | - |
| XYZ | 15.05 | 8.24 | 13.89 | - |
| YUV | 74.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 104 | 0 | 0.78 | 0.29 | 0.42 | 322.43 | 0.64 | 0.35 |
| Hex | 93 | 20 | 68 | 0 | 4E | 1D | 2A | 142 | 40 | 23 |
| Octal | 223 | 40 | 150 | 0 | 116 | 35 | 52 | 502 | 100 | 43 |
| Binary | 10010011 | 100000 | 1101000 | 0 | 1001110 | 11101 | 101010 | 101000010 | 1000000 | 100011 |
Color Harmonies of #932068
Complementary color
Monochromatic Colors of #932068
Black with #932068
Text Example
Text Example
White with #932068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932068; }
p { color: rgb(147,32,104); }
H1.HeaderClassName
{
color: #932068;
}
.AnyTagClassName
{
color: #932068;
}
</style>
background-color css
<style>
a { background-color: #932068; }
a { background-color: rgb(147,32,104); }
div.DivClassName
{
background-color: #932068;
}
.BgClassName
{
background-color: #932068;
}
</style>
border-color css
<style>
span { border-color: #932068; }
span { border-color: rgb(147,32,104); }
td.TdClassName
{
border-color: #932068;
}
.TagClassName
{
border-color: #932068;
}
</style>