Shades of Dark Purple #932B8A
Tints of Dark Purple #932B8A
RGB
CMYK
RGB Variations
Color information
#932B8A (or 0x932B8A) is known color: Dark Purple. HEX triplet: 93, 2B and 8A. RGB value is (147,43,138). Sum of RGB (Red+Green+Blue) = 147+43+138=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #932B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932B8A is #6CD475. Grayscale: #545454. Windows color (decimal): -7132278 or 9055123. OLE color: 9055123.
HSL color Cylindrical-coordinate representation of color #932B8A: hue angle of 305.19º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932B8A is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 138 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.42 |
| HSL | 305.19º | 0.55% | 0.37% | - |
| HSV(B) | 305.19º | 0.71% | 0.58% | - |
| XYZ | 17.48 | 9.77 | 25.01 | - |
| YUV | 84.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 138 | 0 | 0.71 | 0.06 | 0.42 | 305.19 | 0.55 | 0.37 |
| Hex | 93 | 2B | 8A | 0 | 47 | 6 | 2A | 131 | 37 | 25 |
| Octal | 223 | 53 | 212 | 0 | 107 | 6 | 52 | 461 | 67 | 45 |
| Binary | 10010011 | 101011 | 10001010 | 0 | 1000111 | 110 | 101010 | 100110001 | 110111 | 100101 |
Color Harmonies of #932B8A
Complementary color
Monochromatic Colors of #932B8A
Black with #932B8A
Text Example
Text Example
White with #932B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B8A; }
p { color: rgb(147,43,138); }
H1.HeaderClassName
{
color: #932B8A;
}
.AnyTagClassName
{
color: #932B8A;
}
</style>
background-color css
<style>
a { background-color: #932B8A; }
a { background-color: rgb(147,43,138); }
div.DivClassName
{
background-color: #932B8A;
}
.BgClassName
{
background-color: #932B8A;
}
</style>
border-color css
<style>
span { border-color: #932B8A; }
span { border-color: rgb(147,43,138); }
td.TdClassName
{
border-color: #932B8A;
}
.TagClassName
{
border-color: #932B8A;
}
</style>