Shades of Vivid Violet #8A3C83
Tints of Vivid Violet #8A3C83
RGB
CMYK
RGB Variations
Color information
#8A3C83 (or 0x8A3C83) is known color: Vivid Violet. HEX triplet: 8A, 3C and 83. RGB value is (138,60,131). Sum of RGB (Red+Green+Blue) = 138+60+131=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3C83 is #75C37C. Grayscale: #5B5B5B. Windows color (decimal): -7717757 or 8600714. OLE color: 8600714.
HSL color Cylindrical-coordinate representation of color #8A3C83: hue angle of 305.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C83 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 131 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.46 |
| HSL | 305.38º | 0.39% | 0.39% | - |
| HSV(B) | 305.38º | 0.57% | 0.54% | - |
| XYZ | 16.19 | 10.27 | 22.6 | - |
| YUV | 91.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 131 | 0 | 0.57 | 0.05 | 0.46 | 305.38 | 0.39 | 0.39 |
| Hex | 8A | 3C | 83 | 0 | 39 | 5 | 2E | 131 | 27 | 27 |
| Octal | 212 | 74 | 203 | 0 | 71 | 5 | 56 | 461 | 47 | 47 |
| Binary | 10001010 | 111100 | 10000011 | 0 | 111001 | 101 | 101110 | 100110001 | 100111 | 100111 |
Color Harmonies of #8A3C83
Complementary color
Monochromatic Colors of #8A3C83
Black with #8A3C83
Text Example
Text Example
White with #8A3C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C83; }
p { color: rgb(138,60,131); }
H1.HeaderClassName
{
color: #8A3C83;
}
.AnyTagClassName
{
color: #8A3C83;
}
</style>
background-color css
<style>
a { background-color: #8A3C83; }
a { background-color: rgb(138,60,131); }
div.DivClassName
{
background-color: #8A3C83;
}
.BgClassName
{
background-color: #8A3C83;
}
</style>
border-color css
<style>
span { border-color: #8A3C83; }
span { border-color: rgb(138,60,131); }
td.TdClassName
{
border-color: #8A3C83;
}
.TagClassName
{
border-color: #8A3C83;
}
</style>