Shades of Vivid Violet #8C239B
Tints of Vivid Violet #8C239B
RGB
CMYK
RGB Variations
Color information
#8C239B (or 0x8C239B) is known color: Vivid Violet. HEX triplet: 8C, 23 and 9B. RGB value is (140,35,155). Sum of RGB (Red+Green+Blue) = 140+35+155=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C239B is #73DC64. Grayscale: #4F4F4F. Windows color (decimal): -7593061 or 10167180. OLE color: 10167180.
HSL color Cylindrical-coordinate representation of color #8C239B: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C239B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 35 | 155 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.39 |
| HSL | 292.5º | 0.63% | 0.37% | - |
| HSV(B) | 292.5º | 0.77% | 0.61% | - |
| XYZ | 17.33 | 9.14 | 31.86 | - |
| YUV | 80.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 155 | 0.10 | 0.77 | 0 | 0.39 | 292.5 | 0.63 | 0.37 |
| Hex | 8C | 23 | 9B | A | 4D | 0 | 27 | 124 | 3F | 25 |
| Octal | 214 | 43 | 233 | 12 | 115 | 0 | 47 | 444 | 77 | 45 |
| Binary | 10001100 | 100011 | 10011011 | 1010 | 1001101 | 0 | 100111 | 100100100 | 111111 | 100101 |
Color Harmonies of #8C239B
Complementary color
Monochromatic Colors of #8C239B
Black with #8C239B
Text Example
Text Example
White with #8C239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C239B; }
p { color: rgb(140,35,155); }
H1.HeaderClassName
{
color: #8C239B;
}
.AnyTagClassName
{
color: #8C239B;
}
</style>
background-color css
<style>
a { background-color: #8C239B; }
a { background-color: rgb(140,35,155); }
div.DivClassName
{
background-color: #8C239B;
}
.BgClassName
{
background-color: #8C239B;
}
</style>
border-color css
<style>
span { border-color: #8C239B; }
span { border-color: rgb(140,35,155); }
td.TdClassName
{
border-color: #8C239B;
}
.TagClassName
{
border-color: #8C239B;
}
</style>