Shades of Vivid Violet #8C438A
Tints of Vivid Violet #8C438A
RGB
CMYK
RGB Variations
Color information
#8C438A (or 0x8C438A) is known color: Vivid Violet. HEX triplet: 8C, 43 and 8A. RGB value is (140,67,138). Sum of RGB (Red+Green+Blue) = 140+67+138=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C438A is #73BC75. Grayscale: #606060. Windows color (decimal): -7584886 or 9061260. OLE color: 9061260.
HSL color Cylindrical-coordinate representation of color #8C438A: hue angle of 301.64º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C438A is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 138 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.45 |
| HSL | 301.64º | 0.35% | 0.41% | - |
| HSV(B) | 301.64º | 0.52% | 0.55% | - |
| XYZ | 17.41 | 11.42 | 25.33 | - |
| YUV | 96.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 138 | 0 | 0.52 | 0.01 | 0.45 | 301.64 | 0.35 | 0.41 |
| Hex | 8C | 43 | 8A | 0 | 34 | 1 | 2D | 12E | 23 | 29 |
| Octal | 214 | 103 | 212 | 0 | 64 | 1 | 55 | 456 | 43 | 51 |
| Binary | 10001100 | 1000011 | 10001010 | 0 | 110100 | 1 | 101101 | 100101110 | 100011 | 101001 |
Color Harmonies of #8C438A
Complementary color
Monochromatic Colors of #8C438A
Black with #8C438A
Text Example
Text Example
White with #8C438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C438A; }
p { color: rgb(140,67,138); }
H1.HeaderClassName
{
color: #8C438A;
}
.AnyTagClassName
{
color: #8C438A;
}
</style>
background-color css
<style>
a { background-color: #8C438A; }
a { background-color: rgb(140,67,138); }
div.DivClassName
{
background-color: #8C438A;
}
.BgClassName
{
background-color: #8C438A;
}
</style>
border-color css
<style>
span { border-color: #8C438A; }
span { border-color: rgb(140,67,138); }
td.TdClassName
{
border-color: #8C438A;
}
.TagClassName
{
border-color: #8C438A;
}
</style>