Shades of Vivid Violet #8C229D
Tints of Vivid Violet #8C229D
RGB
CMYK
RGB Variations
Color information
#8C229D (or 0x8C229D) is known color: Vivid Violet. HEX triplet: 8C, 22 and 9D. RGB value is (140,34,157). Sum of RGB (Red+Green+Blue) = 140+34+157=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C229D is #73DD62. Grayscale: #4F4F4F. Windows color (decimal): -7593315 or 10297996. OLE color: 10297996.
HSL color Cylindrical-coordinate representation of color #8C229D: hue angle of 291.71º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C229D is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 34 | 157 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.38 |
| HSL | 291.71º | 0.64% | 0.37% | - |
| HSV(B) | 291.71º | 0.78% | 0.62% | - |
| XYZ | 17.47 | 9.15 | 32.74 | - |
| YUV | 79.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 157 | 0.11 | 0.78 | 0 | 0.38 | 291.71 | 0.64 | 0.37 |
| Hex | 8C | 22 | 9D | B | 4E | 0 | 26 | 124 | 40 | 25 |
| Octal | 214 | 42 | 235 | 13 | 116 | 0 | 46 | 444 | 100 | 45 |
| Binary | 10001100 | 100010 | 10011101 | 1011 | 1001110 | 0 | 100110 | 100100100 | 1000000 | 100101 |
Color Harmonies of #8C229D
Complementary color
Monochromatic Colors of #8C229D
Black with #8C229D
Text Example
Text Example
White with #8C229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C229D; }
p { color: rgb(140,34,157); }
H1.HeaderClassName
{
color: #8C229D;
}
.AnyTagClassName
{
color: #8C229D;
}
</style>
background-color css
<style>
a { background-color: #8C229D; }
a { background-color: rgb(140,34,157); }
div.DivClassName
{
background-color: #8C229D;
}
.BgClassName
{
background-color: #8C229D;
}
</style>
border-color css
<style>
span { border-color: #8C229D; }
span { border-color: rgb(140,34,157); }
td.TdClassName
{
border-color: #8C229D;
}
.TagClassName
{
border-color: #8C229D;
}
</style>