Shades of Dark Purple #934082
Tints of Dark Purple #934082
RGB
CMYK
RGB Variations
Color information
#934082 (or 0x934082) is known color: Dark Purple. HEX triplet: 93, 40 and 82. RGB value is (147,64,130). Sum of RGB (Red+Green+Blue) = 147+64+130=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #934082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934082 is #6CBF7D. Grayscale: #606060. Windows color (decimal): -7126910 or 8536211. OLE color: 8536211.
HSL color Cylindrical-coordinate representation of color #934082: hue angle of 312.29º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934082 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 130 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.42 |
| HSL | 312.29º | 0.39% | 0.41% | - |
| HSV(B) | 312.29º | 0.56% | 0.58% | - |
| XYZ | 17.9 | 11.48 | 22.39 | - |
| YUV | 96.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 130 | 0 | 0.56 | 0.12 | 0.42 | 312.29 | 0.39 | 0.41 |
| Hex | 93 | 40 | 82 | 0 | 38 | C | 2A | 138 | 27 | 29 |
| Octal | 223 | 100 | 202 | 0 | 70 | 14 | 52 | 470 | 47 | 51 |
| Binary | 10010011 | 1000000 | 10000010 | 0 | 111000 | 1100 | 101010 | 100111000 | 100111 | 101001 |
Color Harmonies of #934082
Complementary color
Monochromatic Colors of #934082
Black with #934082
Text Example
Text Example
White with #934082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934082; }
p { color: rgb(147,64,130); }
H1.HeaderClassName
{
color: #934082;
}
.AnyTagClassName
{
color: #934082;
}
</style>
background-color css
<style>
a { background-color: #934082; }
a { background-color: rgb(147,64,130); }
div.DivClassName
{
background-color: #934082;
}
.BgClassName
{
background-color: #934082;
}
</style>
border-color css
<style>
span { border-color: #934082; }
span { border-color: rgb(147,64,130); }
td.TdClassName
{
border-color: #934082;
}
.TagClassName
{
border-color: #934082;
}
</style>