Shades of Vivid Violet #8A279D
Tints of Vivid Violet #8A279D
RGB
CMYK
RGB Variations
Color information
#8A279D (or 0x8A279D) is known color: Vivid Violet. HEX triplet: 8A, 27 and 9D. RGB value is (138,39,157). Sum of RGB (Red+Green+Blue) = 138+39+157=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A279D is #75D862. Grayscale: #515151. Windows color (decimal): -7723107 or 10299274. OLE color: 10299274.
HSL color Cylindrical-coordinate representation of color #8A279D: hue angle of 290.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A279D is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 39 | 157 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.38 |
| HSL | 290.34º | 0.6% | 0.38% | - |
| HSV(B) | 290.34º | 0.75% | 0.62% | - |
| XYZ | 17.29 | 9.29 | 32.78 | - |
| YUV | 82.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 157 | 0.12 | 0.75 | 0 | 0.38 | 290.34 | 0.6 | 0.38 |
| Hex | 8A | 27 | 9D | C | 4B | 0 | 26 | 122 | 3C | 26 |
| Octal | 212 | 47 | 235 | 14 | 113 | 0 | 46 | 442 | 74 | 46 |
| Binary | 10001010 | 100111 | 10011101 | 1100 | 1001011 | 0 | 100110 | 100100010 | 111100 | 100110 |
Color Harmonies of #8A279D
Complementary color
Monochromatic Colors of #8A279D
Black with #8A279D
Text Example
Text Example
White with #8A279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A279D; }
p { color: rgb(138,39,157); }
H1.HeaderClassName
{
color: #8A279D;
}
.AnyTagClassName
{
color: #8A279D;
}
</style>
background-color css
<style>
a { background-color: #8A279D; }
a { background-color: rgb(138,39,157); }
div.DivClassName
{
background-color: #8A279D;
}
.BgClassName
{
background-color: #8A279D;
}
</style>
border-color css
<style>
span { border-color: #8A279D; }
span { border-color: rgb(138,39,157); }
td.TdClassName
{
border-color: #8A279D;
}
.TagClassName
{
border-color: #8A279D;
}
</style>