Shades of Vivid Violet #8A509C
Tints of Vivid Violet #8A509C
RGB
CMYK
RGB Variations
Color information
#8A509C (or 0x8A509C) is known color: Vivid Violet. HEX triplet: 8A, 50 and 9C. RGB value is (138,80,156). Sum of RGB (Red+Green+Blue) = 138+80+156=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A509C is #75AF63. Grayscale: #696969. Windows color (decimal): -7712612 or 10244234. OLE color: 10244234.
HSL color Cylindrical-coordinate representation of color #8A509C: hue angle of 285.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A509C is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 80 | 156 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.39 |
| HSL | 285.79º | 0.32% | 0.46% | - |
| HSV(B) | 285.79º | 0.49% | 0.61% | - |
| XYZ | 19.35 | 13.54 | 33.05 | - |
| YUV | 106.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 156 | 0.12 | 0.49 | 0 | 0.39 | 285.79 | 0.32 | 0.46 |
| Hex | 8A | 50 | 9C | C | 31 | 0 | 27 | 11E | 20 | 2E |
| Octal | 212 | 120 | 234 | 14 | 61 | 0 | 47 | 436 | 40 | 56 |
| Binary | 10001010 | 1010000 | 10011100 | 1100 | 110001 | 0 | 100111 | 100011110 | 100000 | 101110 |
Color Harmonies of #8A509C
Complementary color
Monochromatic Colors of #8A509C
Black with #8A509C
Text Example
Text Example
White with #8A509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A509C; }
p { color: rgb(138,80,156); }
H1.HeaderClassName
{
color: #8A509C;
}
.AnyTagClassName
{
color: #8A509C;
}
</style>
background-color css
<style>
a { background-color: #8A509C; }
a { background-color: rgb(138,80,156); }
div.DivClassName
{
background-color: #8A509C;
}
.BgClassName
{
background-color: #8A509C;
}
</style>
border-color css
<style>
span { border-color: #8A509C; }
span { border-color: rgb(138,80,156); }
td.TdClassName
{
border-color: #8A509C;
}
.TagClassName
{
border-color: #8A509C;
}
</style>