Shades of Vivid Violet #8A279F
Tints of Vivid Violet #8A279F
RGB
CMYK
RGB Variations
Color information
#8A279F (or 0x8A279F) is known color: Vivid Violet. HEX triplet: 8A, 27 and 9F. RGB value is (138,39,159). Sum of RGB (Red+Green+Blue) = 138+39+159=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A279F is #75D860. Grayscale: #515151. Windows color (decimal): -7723105 or 10430346. OLE color: 10430346.
HSL color Cylindrical-coordinate representation of color #8A279F: hue angle of 289.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A279F is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 39 | 159 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.38 |
| HSL | 289.5º | 0.61% | 0.39% | - |
| HSV(B) | 289.5º | 0.75% | 0.62% | - |
| XYZ | 17.46 | 9.36 | 33.69 | - |
| YUV | 82.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 159 | 0.13 | 0.75 | 0 | 0.38 | 289.5 | 0.61 | 0.39 |
| Hex | 8A | 27 | 9F | D | 4B | 0 | 26 | 122 | 3D | 27 |
| Octal | 212 | 47 | 237 | 15 | 113 | 0 | 46 | 442 | 75 | 47 |
| Binary | 10001010 | 100111 | 10011111 | 1101 | 1001011 | 0 | 100110 | 100100010 | 111101 | 100111 |
Color Harmonies of #8A279F
Complementary color
Monochromatic Colors of #8A279F
Black with #8A279F
Text Example
Text Example
White with #8A279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A279F; }
p { color: rgb(138,39,159); }
H1.HeaderClassName
{
color: #8A279F;
}
.AnyTagClassName
{
color: #8A279F;
}
</style>
background-color css
<style>
a { background-color: #8A279F; }
a { background-color: rgb(138,39,159); }
div.DivClassName
{
background-color: #8A279F;
}
.BgClassName
{
background-color: #8A279F;
}
</style>
border-color css
<style>
span { border-color: #8A279F; }
span { border-color: rgb(138,39,159); }
td.TdClassName
{
border-color: #8A279F;
}
.TagClassName
{
border-color: #8A279F;
}
</style>