Shades of Vivid Violet #8A3685
Tints of Vivid Violet #8A3685
RGB
CMYK
RGB Variations
Color information
#8A3685 (or 0x8A3685) is known color: Vivid Violet. HEX triplet: 8A, 36 and 85. RGB value is (138,54,133). Sum of RGB (Red+Green+Blue) = 138+54+133=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3685 is #75C97A. Grayscale: #575757. Windows color (decimal): -7719291 or 8730250. OLE color: 8730250.
HSL color Cylindrical-coordinate representation of color #8A3685: hue angle of 303.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A3685 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 133 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.46 |
| HSL | 303.57º | 0.44% | 0.38% | - |
| HSV(B) | 303.57º | 0.61% | 0.54% | - |
| XYZ | 16.03 | 9.74 | 23.22 | - |
| YUV | 88.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 133 | 0 | 0.61 | 0.04 | 0.46 | 303.57 | 0.44 | 0.38 |
| Hex | 8A | 36 | 85 | 0 | 3D | 4 | 2E | 130 | 2C | 26 |
| Octal | 212 | 66 | 205 | 0 | 75 | 4 | 56 | 460 | 54 | 46 |
| Binary | 10001010 | 110110 | 10000101 | 0 | 111101 | 100 | 101110 | 100110000 | 101100 | 100110 |
Color Harmonies of #8A3685
Complementary color
Monochromatic Colors of #8A3685
Black with #8A3685
Text Example
Text Example
White with #8A3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3685; }
p { color: rgb(138,54,133); }
H1.HeaderClassName
{
color: #8A3685;
}
.AnyTagClassName
{
color: #8A3685;
}
</style>
background-color css
<style>
a { background-color: #8A3685; }
a { background-color: rgb(138,54,133); }
div.DivClassName
{
background-color: #8A3685;
}
.BgClassName
{
background-color: #8A3685;
}
</style>
border-color css
<style>
span { border-color: #8A3685; }
span { border-color: rgb(138,54,133); }
td.TdClassName
{
border-color: #8A3685;
}
.TagClassName
{
border-color: #8A3685;
}
</style>