Shades of Vivid Violet #8A379C
Tints of Vivid Violet #8A379C
RGB
CMYK
RGB Variations
Color information
#8A379C (or 0x8A379C) is known color: Vivid Violet. HEX triplet: 8A, 37 and 9C. RGB value is (138,55,156). Sum of RGB (Red+Green+Blue) = 138+55+156=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A379C is #75C863. Grayscale: #5B5B5B. Windows color (decimal): -7719012 or 10237834. OLE color: 10237834.
HSL color Cylindrical-coordinate representation of color #8A379C: hue angle of 289.31º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A379C is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 55 | 156 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.39 |
| HSL | 289.31º | 0.48% | 0.41% | - |
| HSV(B) | 289.31º | 0.65% | 0.61% | - |
| XYZ | 17.85 | 10.54 | 32.55 | - |
| YUV | 91.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 156 | 0.12 | 0.65 | 0 | 0.39 | 289.31 | 0.48 | 0.41 |
| Hex | 8A | 37 | 9C | C | 41 | 0 | 27 | 121 | 30 | 29 |
| Octal | 212 | 67 | 234 | 14 | 101 | 0 | 47 | 441 | 60 | 51 |
| Binary | 10001010 | 110111 | 10011100 | 1100 | 1000001 | 0 | 100111 | 100100001 | 110000 | 101001 |
Color Harmonies of #8A379C
Complementary color
Monochromatic Colors of #8A379C
Black with #8A379C
Text Example
Text Example
White with #8A379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A379C; }
p { color: rgb(138,55,156); }
H1.HeaderClassName
{
color: #8A379C;
}
.AnyTagClassName
{
color: #8A379C;
}
</style>
background-color css
<style>
a { background-color: #8A379C; }
a { background-color: rgb(138,55,156); }
div.DivClassName
{
background-color: #8A379C;
}
.BgClassName
{
background-color: #8A379C;
}
</style>
border-color css
<style>
span { border-color: #8A379C; }
span { border-color: rgb(138,55,156); }
td.TdClassName
{
border-color: #8A379C;
}
.TagClassName
{
border-color: #8A379C;
}
</style>