Shades of Vivid Violet #8A279B
Tints of Vivid Violet #8A279B
RGB
CMYK
RGB Variations
Color information
#8A279B (or 0x8A279B) is known color: Vivid Violet. HEX triplet: 8A, 27 and 9B. RGB value is (138,39,155). Sum of RGB (Red+Green+Blue) = 138+39+155=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A279B is #75D864. Grayscale: #515151. Windows color (decimal): -7723109 or 10168202. OLE color: 10168202.
HSL color Cylindrical-coordinate representation of color #8A279B: hue angle of 291.21º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A279B is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 39 | 155 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.39 |
| HSL | 291.21º | 0.6% | 0.38% | - |
| HSV(B) | 291.21º | 0.75% | 0.61% | - |
| XYZ | 17.12 | 9.22 | 31.89 | - |
| YUV | 81.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 155 | 0.11 | 0.75 | 0 | 0.39 | 291.21 | 0.6 | 0.38 |
| Hex | 8A | 27 | 9B | B | 4B | 0 | 27 | 123 | 3C | 26 |
| Octal | 212 | 47 | 233 | 13 | 113 | 0 | 47 | 443 | 74 | 46 |
| Binary | 10001010 | 100111 | 10011011 | 1011 | 1001011 | 0 | 100111 | 100100011 | 111100 | 100110 |
Color Harmonies of #8A279B
Complementary color
Monochromatic Colors of #8A279B
Black with #8A279B
Text Example
Text Example
White with #8A279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A279B; }
p { color: rgb(138,39,155); }
H1.HeaderClassName
{
color: #8A279B;
}
.AnyTagClassName
{
color: #8A279B;
}
</style>
background-color css
<style>
a { background-color: #8A279B; }
a { background-color: rgb(138,39,155); }
div.DivClassName
{
background-color: #8A279B;
}
.BgClassName
{
background-color: #8A279B;
}
</style>
border-color css
<style>
span { border-color: #8A279B; }
span { border-color: rgb(138,39,155); }
td.TdClassName
{
border-color: #8A279B;
}
.TagClassName
{
border-color: #8A279B;
}
</style>