Shades of Dark Purple #8C306A
Tints of Dark Purple #8C306A
RGB
CMYK
RGB Variations
Color information
#8C306A (or 0x8C306A) is known color: Dark Purple. HEX triplet: 8C, 30 and 6A. RGB value is (140,48,106). Sum of RGB (Red+Green+Blue) = 140+48+106=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C306A is #73CF95. Grayscale: #515151. Windows color (decimal): -7589782 or 6959244. OLE color: 6959244.
HSL color Cylindrical-coordinate representation of color #8C306A: hue angle of 322.17º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C306A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 106 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.45 |
| HSL | 322.17º | 0.49% | 0.37% | - |
| HSV(B) | 322.17º | 0.66% | 0.55% | - |
| XYZ | 14.47 | 8.73 | 14.56 | - |
| YUV | 82.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 106 | 0 | 0.66 | 0.24 | 0.45 | 322.17 | 0.49 | 0.37 |
| Hex | 8C | 30 | 6A | 0 | 42 | 18 | 2D | 142 | 31 | 25 |
| Octal | 214 | 60 | 152 | 0 | 102 | 30 | 55 | 502 | 61 | 45 |
| Binary | 10001100 | 110000 | 1101010 | 0 | 1000010 | 11000 | 101101 | 101000010 | 110001 | 100101 |
Color Harmonies of #8C306A
Complementary color
Monochromatic Colors of #8C306A
Black with #8C306A
Text Example
Text Example
White with #8C306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C306A; }
p { color: rgb(140,48,106); }
H1.HeaderClassName
{
color: #8C306A;
}
.AnyTagClassName
{
color: #8C306A;
}
</style>
background-color css
<style>
a { background-color: #8C306A; }
a { background-color: rgb(140,48,106); }
div.DivClassName
{
background-color: #8C306A;
}
.BgClassName
{
background-color: #8C306A;
}
</style>
border-color css
<style>
span { border-color: #8C306A; }
span { border-color: rgb(140,48,106); }
td.TdClassName
{
border-color: #8C306A;
}
.TagClassName
{
border-color: #8C306A;
}
</style>