Shades of Dark Violet #8C0AB3
Tints of Dark Violet #8C0AB3
RGB
CMYK
RGB Variations
Color information
#8C0AB3 (or 0x8C0AB3) is known color: Dark Violet. HEX triplet: 8C, 0A and B3. RGB value is (140,10,179). Sum of RGB (Red+Green+Blue) = 140+10+179=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C0AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0AB3 is #73F54C. Grayscale: #434343. Windows color (decimal): -7599437 or 11733644. OLE color: 11733644.
HSL color Cylindrical-coordinate representation of color #8C0AB3: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0AB3 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 10 | 179 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.30 |
| HSL | 286.15º | 0.89% | 0.37% | - |
| HSV(B) | 286.15º | 0.94% | 0.7% | - |
| XYZ | 19.06 | 9.05 | 43.39 | - |
| YUV | 68.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 179 | 0.22 | 0.94 | 0 | 0.30 | 286.15 | 0.89 | 0.37 |
| Hex | 8C | A | B3 | 16 | 5E | 0 | 1E | 11E | 59 | 25 |
| Octal | 214 | 12 | 263 | 26 | 136 | 0 | 36 | 436 | 131 | 45 |
| Binary | 10001100 | 1010 | 10110011 | 10110 | 1011110 | 0 | 11110 | 100011110 | 1011001 | 100101 |
Color Harmonies of #8C0AB3
Complementary color
Monochromatic Colors of #8C0AB3
Black with #8C0AB3
Text Example
Text Example
White with #8C0AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AB3; }
p { color: rgb(140,10,179); }
H1.HeaderClassName
{
color: #8C0AB3;
}
.AnyTagClassName
{
color: #8C0AB3;
}
</style>
background-color css
<style>
a { background-color: #8C0AB3; }
a { background-color: rgb(140,10,179); }
div.DivClassName
{
background-color: #8C0AB3;
}
.BgClassName
{
background-color: #8C0AB3;
}
</style>
border-color css
<style>
span { border-color: #8C0AB3; }
span { border-color: rgb(140,10,179); }
td.TdClassName
{
border-color: #8C0AB3;
}
.TagClassName
{
border-color: #8C0AB3;
}
</style>