Shades of Vivid Violet #8A308F
Tints of Vivid Violet #8A308F
RGB
CMYK
RGB Variations
Color information
#8A308F (or 0x8A308F) is known color: Vivid Violet. HEX triplet: 8A, 30 and 8F. RGB value is (138,48,143). Sum of RGB (Red+Green+Blue) = 138+48+143=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A308F is #75CF70. Grayscale: #555555. Windows color (decimal): -7720817 or 9384074. OLE color: 9384074.
HSL color Cylindrical-coordinate representation of color #8A308F: hue angle of 296.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A308F is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 48 | 143 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.44 |
| HSL | 296.84º | 0.5% | 0.37% | - |
| HSV(B) | 296.84º | 0.66% | 0.56% | - |
| XYZ | 16.5 | 9.5 | 26.95 | - |
| YUV | 85.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 143 | 0.03 | 0.66 | 0 | 0.44 | 296.84 | 0.5 | 0.37 |
| Hex | 8A | 30 | 8F | 3 | 42 | 0 | 2C | 129 | 32 | 25 |
| Octal | 212 | 60 | 217 | 3 | 102 | 0 | 54 | 451 | 62 | 45 |
| Binary | 10001010 | 110000 | 10001111 | 11 | 1000010 | 0 | 101100 | 100101001 | 110010 | 100101 |
Color Harmonies of #8A308F
Complementary color
Monochromatic Colors of #8A308F
Black with #8A308F
Text Example
Text Example
White with #8A308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A308F; }
p { color: rgb(138,48,143); }
H1.HeaderClassName
{
color: #8A308F;
}
.AnyTagClassName
{
color: #8A308F;
}
</style>
background-color css
<style>
a { background-color: #8A308F; }
a { background-color: rgb(138,48,143); }
div.DivClassName
{
background-color: #8A308F;
}
.BgClassName
{
background-color: #8A308F;
}
</style>
border-color css
<style>
span { border-color: #8A308F; }
span { border-color: rgb(138,48,143); }
td.TdClassName
{
border-color: #8A308F;
}
.TagClassName
{
border-color: #8A308F;
}
</style>