Shades of Dark Purple #8A3069
Tints of Dark Purple #8A3069
RGB
CMYK
RGB Variations
Color information
#8A3069 (or 0x8A3069) is known color: Dark Purple. HEX triplet: 8A, 30 and 69. RGB value is (138,48,105). Sum of RGB (Red+Green+Blue) = 138+48+105=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3069 is #75CF96. Grayscale: #515151. Windows color (decimal): -7720855 or 6893706. OLE color: 6893706.
HSL color Cylindrical-coordinate representation of color #8A3069: hue angle of 322º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3069 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 105 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.46 |
| HSL | 322º | 0.48% | 0.36% | - |
| HSV(B) | 322º | 0.65% | 0.54% | - |
| XYZ | 14.09 | 8.54 | 14.27 | - |
| YUV | 81.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 105 | 0 | 0.65 | 0.24 | 0.46 | 322 | 0.48 | 0.36 |
| Hex | 8A | 30 | 69 | 0 | 41 | 18 | 2E | 142 | 30 | 24 |
| Octal | 212 | 60 | 151 | 0 | 101 | 30 | 56 | 502 | 60 | 44 |
| Binary | 10001010 | 110000 | 1101001 | 0 | 1000001 | 11000 | 101110 | 101000010 | 110000 | 100100 |
Color Harmonies of #8A3069
Complementary color
Monochromatic Colors of #8A3069
Black with #8A3069
Text Example
Text Example
White with #8A3069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3069; }
p { color: rgb(138,48,105); }
H1.HeaderClassName
{
color: #8A3069;
}
.AnyTagClassName
{
color: #8A3069;
}
</style>
background-color css
<style>
a { background-color: #8A3069; }
a { background-color: rgb(138,48,105); }
div.DivClassName
{
background-color: #8A3069;
}
.BgClassName
{
background-color: #8A3069;
}
</style>
border-color css
<style>
span { border-color: #8A3069; }
span { border-color: rgb(138,48,105); }
td.TdClassName
{
border-color: #8A3069;
}
.TagClassName
{
border-color: #8A3069;
}
</style>