Shades of Dark Purple #932A8A
Tints of Dark Purple #932A8A
RGB
CMYK
RGB Variations
Color information
#932A8A (or 0x932A8A) is known color: Dark Purple. HEX triplet: 93, 2A and 8A. RGB value is (147,42,138). Sum of RGB (Red+Green+Blue) = 147+42+138=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #932A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932A8A is #6CD575. Grayscale: #545454. Windows color (decimal): -7132534 or 9054867. OLE color: 9054867.
HSL color Cylindrical-coordinate representation of color #932A8A: hue angle of 305.14º degrees, saturation: 0.56, 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 #932A8A is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 42 | 138 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.42 |
| HSL | 305.14º | 0.56% | 0.37% | - |
| HSV(B) | 305.14º | 0.71% | 0.58% | - |
| XYZ | 17.45 | 9.69 | 25 | - |
| YUV | 84.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 42 | 138 | 0 | 0.71 | 0.06 | 0.42 | 305.14 | 0.56 | 0.37 |
| Hex | 93 | 2A | 8A | 0 | 47 | 6 | 2A | 131 | 38 | 25 |
| Octal | 223 | 52 | 212 | 0 | 107 | 6 | 52 | 461 | 70 | 45 |
| Binary | 10010011 | 101010 | 10001010 | 0 | 1000111 | 110 | 101010 | 100110001 | 111000 | 100101 |
Color Harmonies of #932A8A
Complementary color
Monochromatic Colors of #932A8A
Black with #932A8A
Text Example
Text Example
White with #932A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932A8A; }
p { color: rgb(147,42,138); }
H1.HeaderClassName
{
color: #932A8A;
}
.AnyTagClassName
{
color: #932A8A;
}
</style>
background-color css
<style>
a { background-color: #932A8A; }
a { background-color: rgb(147,42,138); }
div.DivClassName
{
background-color: #932A8A;
}
.BgClassName
{
background-color: #932A8A;
}
</style>
border-color css
<style>
span { border-color: #932A8A; }
span { border-color: rgb(147,42,138); }
td.TdClassName
{
border-color: #932A8A;
}
.TagClassName
{
border-color: #932A8A;
}
</style>