Shades of Dark Purple #8A327B
Tints of Dark Purple #8A327B
RGB
CMYK
RGB Variations
Color information
#8A327B (or 0x8A327B) is known color: Dark Purple. HEX triplet: 8A, 32 and 7B. RGB value is (138,50,123). Sum of RGB (Red+Green+Blue) = 138+50+123=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A327B is #75CD84. Grayscale: #545454. Windows color (decimal): -7720325 or 8073866. OLE color: 8073866.
HSL color Cylindrical-coordinate representation of color #8A327B: hue angle of 310.23º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A327B is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 123 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.46 |
| HSL | 310.23º | 0.47% | 0.37% | - |
| HSV(B) | 310.23º | 0.64% | 0.54% | - |
| XYZ | 15.2 | 9.11 | 19.7 | - |
| YUV | 84.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 123 | 0 | 0.64 | 0.11 | 0.46 | 310.23 | 0.47 | 0.37 |
| Hex | 8A | 32 | 7B | 0 | 40 | B | 2E | 136 | 2F | 25 |
| Octal | 212 | 62 | 173 | 0 | 100 | 13 | 56 | 466 | 57 | 45 |
| Binary | 10001010 | 110010 | 1111011 | 0 | 1000000 | 1011 | 101110 | 100110110 | 101111 | 100101 |
Color Harmonies of #8A327B
Complementary color
Monochromatic Colors of #8A327B
Black with #8A327B
Text Example
Text Example
White with #8A327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A327B; }
p { color: rgb(138,50,123); }
H1.HeaderClassName
{
color: #8A327B;
}
.AnyTagClassName
{
color: #8A327B;
}
</style>
background-color css
<style>
a { background-color: #8A327B; }
a { background-color: rgb(138,50,123); }
div.DivClassName
{
background-color: #8A327B;
}
.BgClassName
{
background-color: #8A327B;
}
</style>
border-color css
<style>
span { border-color: #8A327B; }
span { border-color: rgb(138,50,123); }
td.TdClassName
{
border-color: #8A327B;
}
.TagClassName
{
border-color: #8A327B;
}
</style>