Shades of Vivid Violet #8A309C
Tints of Vivid Violet #8A309C
RGB
CMYK
RGB Variations
Color information
#8A309C (or 0x8A309C) is known color: Vivid Violet. HEX triplet: 8A, 30 and 9C. RGB value is (138,48,156). Sum of RGB (Red+Green+Blue) = 138+48+156=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A309C is #75CF63. Grayscale: #565656. Windows color (decimal): -7720804 or 10236042. OLE color: 10236042.
HSL color Cylindrical-coordinate representation of color #8A309C: hue angle of 290º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A309C is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 48 | 156 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.39 |
| HSL | 290º | 0.53% | 0.4% | - |
| HSV(B) | 290º | 0.69% | 0.61% | - |
| XYZ | 17.54 | 9.92 | 32.44 | - |
| YUV | 87.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 156 | 0.12 | 0.69 | 0 | 0.39 | 290 | 0.53 | 0.4 |
| Hex | 8A | 30 | 9C | C | 45 | 0 | 27 | 122 | 35 | 28 |
| Octal | 212 | 60 | 234 | 14 | 105 | 0 | 47 | 442 | 65 | 50 |
| Binary | 10001010 | 110000 | 10011100 | 1100 | 1000101 | 0 | 100111 | 100100010 | 110101 | 101000 |
Color Harmonies of #8A309C
Complementary color
Monochromatic Colors of #8A309C
Black with #8A309C
Text Example
Text Example
White with #8A309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A309C; }
p { color: rgb(138,48,156); }
H1.HeaderClassName
{
color: #8A309C;
}
.AnyTagClassName
{
color: #8A309C;
}
</style>
background-color css
<style>
a { background-color: #8A309C; }
a { background-color: rgb(138,48,156); }
div.DivClassName
{
background-color: #8A309C;
}
.BgClassName
{
background-color: #8A309C;
}
</style>
border-color css
<style>
span { border-color: #8A309C; }
span { border-color: rgb(138,48,156); }
td.TdClassName
{
border-color: #8A309C;
}
.TagClassName
{
border-color: #8A309C;
}
</style>