Shades of Vivid Violet #8A3985
Tints of Vivid Violet #8A3985
RGB
CMYK
RGB Variations
Color information
#8A3985 (or 0x8A3985) is known color: Vivid Violet. HEX triplet: 8A, 39 and 85. RGB value is (138,57,133). Sum of RGB (Red+Green+Blue) = 138+57+133=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3985 is #75C67A. Grayscale: #595959. Windows color (decimal): -7718523 or 8731018. OLE color: 8731018.
HSL color Cylindrical-coordinate representation of color #8A3985: hue angle of 303.7º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3985 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 57 | 133 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.46 |
| HSL | 303.7º | 0.42% | 0.38% | - |
| HSV(B) | 303.7º | 0.59% | 0.54% | - |
| XYZ | 16.18 | 10.02 | 23.27 | - |
| YUV | 89.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 133 | 0 | 0.59 | 0.04 | 0.46 | 303.7 | 0.42 | 0.38 |
| Hex | 8A | 39 | 85 | 0 | 3B | 4 | 2E | 130 | 2A | 26 |
| Octal | 212 | 71 | 205 | 0 | 73 | 4 | 56 | 460 | 52 | 46 |
| Binary | 10001010 | 111001 | 10000101 | 0 | 111011 | 100 | 101110 | 100110000 | 101010 | 100110 |
Color Harmonies of #8A3985
Complementary color
Monochromatic Colors of #8A3985
Black with #8A3985
Text Example
Text Example
White with #8A3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3985; }
p { color: rgb(138,57,133); }
H1.HeaderClassName
{
color: #8A3985;
}
.AnyTagClassName
{
color: #8A3985;
}
</style>
background-color css
<style>
a { background-color: #8A3985; }
a { background-color: rgb(138,57,133); }
div.DivClassName
{
background-color: #8A3985;
}
.BgClassName
{
background-color: #8A3985;
}
</style>
border-color css
<style>
span { border-color: #8A3985; }
span { border-color: rgb(138,57,133); }
td.TdClassName
{
border-color: #8A3985;
}
.TagClassName
{
border-color: #8A3985;
}
</style>