Shades of Vivid Violet #8A4183
Tints of Vivid Violet #8A4183
RGB
CMYK
RGB Variations
Color information
#8A4183 (or 0x8A4183) is known color: Vivid Violet. HEX triplet: 8A, 41 and 83. RGB value is (138,65,131). Sum of RGB (Red+Green+Blue) = 138+65+131=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4183 is #75BE7C. Grayscale: #5E5E5E. Windows color (decimal): -7716477 or 8601994. OLE color: 8601994.
HSL color Cylindrical-coordinate representation of color #8A4183: hue angle of 305.75º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4183 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 131 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.46 |
| HSL | 305.75º | 0.36% | 0.4% | - |
| HSV(B) | 305.75º | 0.53% | 0.54% | - |
| XYZ | 16.47 | 10.82 | 22.69 | - |
| YUV | 94.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 131 | 0 | 0.53 | 0.05 | 0.46 | 305.75 | 0.36 | 0.4 |
| Hex | 8A | 41 | 83 | 0 | 35 | 5 | 2E | 132 | 24 | 28 |
| Octal | 212 | 101 | 203 | 0 | 65 | 5 | 56 | 462 | 44 | 50 |
| Binary | 10001010 | 1000001 | 10000011 | 0 | 110101 | 101 | 101110 | 100110010 | 100100 | 101000 |
Color Harmonies of #8A4183
Complementary color
Monochromatic Colors of #8A4183
Black with #8A4183
Text Example
Text Example
White with #8A4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4183; }
p { color: rgb(138,65,131); }
H1.HeaderClassName
{
color: #8A4183;
}
.AnyTagClassName
{
color: #8A4183;
}
</style>
background-color css
<style>
a { background-color: #8A4183; }
a { background-color: rgb(138,65,131); }
div.DivClassName
{
background-color: #8A4183;
}
.BgClassName
{
background-color: #8A4183;
}
</style>
border-color css
<style>
span { border-color: #8A4183; }
span { border-color: rgb(138,65,131); }
td.TdClassName
{
border-color: #8A4183;
}
.TagClassName
{
border-color: #8A4183;
}
</style>