Shades of Vivid Violet #8C38AB
Tints of Vivid Violet #8C38AB
RGB
CMYK
RGB Variations
Color information
#8C38AB (or 0x8C38AB) is known color: Vivid Violet. HEX triplet: 8C, 38 and AB. RGB value is (140,56,171). Sum of RGB (Red+Green+Blue) = 140+56+171=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C38AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C38AB is #73C754. Grayscale: #5D5D5D. Windows color (decimal): -7587669 or 11221132. OLE color: 11221132.
HSL color Cylindrical-coordinate representation of color #8C38AB: hue angle of 283.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C38AB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 56 | 171 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.33 |
| HSL | 283.83º | 0.51% | 0.45% | - |
| HSV(B) | 283.83º | 0.67% | 0.67% | - |
| XYZ | 19.58 | 11.34 | 39.69 | - |
| YUV | 94.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 171 | 0.18 | 0.67 | 0 | 0.33 | 283.83 | 0.51 | 0.45 |
| Hex | 8C | 38 | AB | 12 | 43 | 0 | 21 | 11C | 33 | 2D |
| Octal | 214 | 70 | 253 | 22 | 103 | 0 | 41 | 434 | 63 | 55 |
| Binary | 10001100 | 111000 | 10101011 | 10010 | 1000011 | 0 | 100001 | 100011100 | 110011 | 101101 |
Color Harmonies of #8C38AB
Complementary color
Monochromatic Colors of #8C38AB
Black with #8C38AB
Text Example
Text Example
White with #8C38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C38AB; }
p { color: rgb(140,56,171); }
H1.HeaderClassName
{
color: #8C38AB;
}
.AnyTagClassName
{
color: #8C38AB;
}
</style>
background-color css
<style>
a { background-color: #8C38AB; }
a { background-color: rgb(140,56,171); }
div.DivClassName
{
background-color: #8C38AB;
}
.BgClassName
{
background-color: #8C38AB;
}
</style>
border-color css
<style>
span { border-color: #8C38AB; }
span { border-color: rgb(140,56,171); }
td.TdClassName
{
border-color: #8C38AB;
}
.TagClassName
{
border-color: #8C38AB;
}
</style>