Shades of Vivid Violet #8C23AC
Tints of Vivid Violet #8C23AC
RGB
CMYK
RGB Variations
Color information
#8C23AC (or 0x8C23AC) is known color: Vivid Violet. HEX triplet: 8C, 23 and AC. RGB value is (140,35,172). Sum of RGB (Red+Green+Blue) = 140+35+172=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C23AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C23AC is #73DC53. Grayscale: #515151. Windows color (decimal): -7593044 or 11281292. OLE color: 11281292.
HSL color Cylindrical-coordinate representation of color #8C23AC: hue angle of 285.99º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C23AC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 35 | 172 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.33 |
| HSL | 285.99º | 0.66% | 0.41% | - |
| HSV(B) | 285.99º | 0.8% | 0.67% | - |
| XYZ | 18.86 | 9.76 | 39.92 | - |
| YUV | 82.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 172 | 0.19 | 0.80 | 0 | 0.33 | 285.99 | 0.66 | 0.41 |
| Hex | 8C | 23 | AC | 13 | 50 | 0 | 21 | 11E | 42 | 29 |
| Octal | 214 | 43 | 254 | 23 | 120 | 0 | 41 | 436 | 102 | 51 |
| Binary | 10001100 | 100011 | 10101100 | 10011 | 1010000 | 0 | 100001 | 100011110 | 1000010 | 101001 |
Color Harmonies of #8C23AC
Complementary color
Monochromatic Colors of #8C23AC
Black with #8C23AC
Text Example
Text Example
White with #8C23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C23AC; }
p { color: rgb(140,35,172); }
H1.HeaderClassName
{
color: #8C23AC;
}
.AnyTagClassName
{
color: #8C23AC;
}
</style>
background-color css
<style>
a { background-color: #8C23AC; }
a { background-color: rgb(140,35,172); }
div.DivClassName
{
background-color: #8C23AC;
}
.BgClassName
{
background-color: #8C23AC;
}
</style>
border-color css
<style>
span { border-color: #8C23AC; }
span { border-color: rgb(140,35,172); }
td.TdClassName
{
border-color: #8C23AC;
}
.TagClassName
{
border-color: #8C23AC;
}
</style>