Shades of Vivid Violet #8A3D91
Tints of Vivid Violet #8A3D91
RGB
CMYK
RGB Variations
Color information
#8A3D91 (or 0x8A3D91) is known color: Vivid Violet. HEX triplet: 8A, 3D and 91. RGB value is (138,61,145). Sum of RGB (Red+Green+Blue) = 138+61+145=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A3D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3D91 is #75C26E. Grayscale: #5D5D5D. Windows color (decimal): -7717487 or 9518474. OLE color: 9518474.
HSL color Cylindrical-coordinate representation of color #8A3D91: hue angle of 295º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3D91 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 61 | 145 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.43 |
| HSL | 295º | 0.41% | 0.4% | - |
| HSV(B) | 295º | 0.58% | 0.57% | - |
| XYZ | 17.26 | 10.79 | 27.96 | - |
| YUV | 93.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 145 | 0.05 | 0.58 | 0 | 0.43 | 295 | 0.41 | 0.4 |
| Hex | 8A | 3D | 91 | 5 | 3A | 0 | 2B | 127 | 29 | 28 |
| Octal | 212 | 75 | 221 | 5 | 72 | 0 | 53 | 447 | 51 | 50 |
| Binary | 10001010 | 111101 | 10010001 | 101 | 111010 | 0 | 101011 | 100100111 | 101001 | 101000 |
Color Harmonies of #8A3D91
Complementary color
Monochromatic Colors of #8A3D91
Black with #8A3D91
Text Example
Text Example
White with #8A3D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D91; }
p { color: rgb(138,61,145); }
H1.HeaderClassName
{
color: #8A3D91;
}
.AnyTagClassName
{
color: #8A3D91;
}
</style>
background-color css
<style>
a { background-color: #8A3D91; }
a { background-color: rgb(138,61,145); }
div.DivClassName
{
background-color: #8A3D91;
}
.BgClassName
{
background-color: #8A3D91;
}
</style>
border-color css
<style>
span { border-color: #8A3D91; }
span { border-color: rgb(138,61,145); }
td.TdClassName
{
border-color: #8A3D91;
}
.TagClassName
{
border-color: #8A3D91;
}
</style>