Shades of Vivid Violet #8C30AA
Tints of Vivid Violet #8C30AA
RGB
CMYK
RGB Variations
Color information
#8C30AA (or 0x8C30AA) is known color: Vivid Violet. HEX triplet: 8C, 30 and AA. RGB value is (140,48,170). Sum of RGB (Red+Green+Blue) = 140+48+170=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C30AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C30AA is #73CF55. Grayscale: #595959. Windows color (decimal): -7589718 or 11153548. OLE color: 11153548.
HSL color Cylindrical-coordinate representation of color #8C30AA: hue angle of 285.25º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C30AA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 48 | 170 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.33 |
| HSL | 285.25º | 0.56% | 0.43% | - |
| HSV(B) | 285.25º | 0.72% | 0.67% | - |
| XYZ | 19.13 | 10.59 | 39.07 | - |
| YUV | 89.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 170 | 0.18 | 0.72 | 0 | 0.33 | 285.25 | 0.56 | 0.43 |
| Hex | 8C | 30 | AA | 12 | 48 | 0 | 21 | 11D | 38 | 2B |
| Octal | 214 | 60 | 252 | 22 | 110 | 0 | 41 | 435 | 70 | 53 |
| Binary | 10001100 | 110000 | 10101010 | 10010 | 1001000 | 0 | 100001 | 100011101 | 111000 | 101011 |
Color Harmonies of #8C30AA
Complementary color
Monochromatic Colors of #8C30AA
Black with #8C30AA
Text Example
Text Example
White with #8C30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C30AA; }
p { color: rgb(140,48,170); }
H1.HeaderClassName
{
color: #8C30AA;
}
.AnyTagClassName
{
color: #8C30AA;
}
</style>
background-color css
<style>
a { background-color: #8C30AA; }
a { background-color: rgb(140,48,170); }
div.DivClassName
{
background-color: #8C30AA;
}
.BgClassName
{
background-color: #8C30AA;
}
</style>
border-color css
<style>
span { border-color: #8C30AA; }
span { border-color: rgb(140,48,170); }
td.TdClassName
{
border-color: #8C30AA;
}
.TagClassName
{
border-color: #8C30AA;
}
</style>