Shades of Vivid Violet #8A4692
Tints of Vivid Violet #8A4692
RGB
CMYK
RGB Variations
Color information
#8A4692 (or 0x8A4692) is known color: Vivid Violet. HEX triplet: 8A, 46 and 92. RGB value is (138,70,146). Sum of RGB (Red+Green+Blue) = 138+70+146=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A4692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4692 is #75B96D. Grayscale: #626262. Windows color (decimal): -7715182 or 9586314. OLE color: 9586314.
HSL color Cylindrical-coordinate representation of color #8A4692: hue angle of 293.68º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4692 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 70 | 146 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.43 |
| HSL | 293.68º | 0.35% | 0.42% | - |
| HSV(B) | 293.68º | 0.52% | 0.57% | - |
| XYZ | 17.86 | 11.86 | 28.54 | - |
| YUV | 99 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 146 | 0.05 | 0.52 | 0 | 0.43 | 293.68 | 0.35 | 0.42 |
| Hex | 8A | 46 | 92 | 5 | 34 | 0 | 2B | 126 | 23 | 2A |
| Octal | 212 | 106 | 222 | 5 | 64 | 0 | 53 | 446 | 43 | 52 |
| Binary | 10001010 | 1000110 | 10010010 | 101 | 110100 | 0 | 101011 | 100100110 | 100011 | 101010 |
Color Harmonies of #8A4692
Complementary color
Monochromatic Colors of #8A4692
Black with #8A4692
Text Example
Text Example
White with #8A4692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4692; }
p { color: rgb(138,70,146); }
H1.HeaderClassName
{
color: #8A4692;
}
.AnyTagClassName
{
color: #8A4692;
}
</style>
background-color css
<style>
a { background-color: #8A4692; }
a { background-color: rgb(138,70,146); }
div.DivClassName
{
background-color: #8A4692;
}
.BgClassName
{
background-color: #8A4692;
}
</style>
border-color css
<style>
span { border-color: #8A4692; }
span { border-color: rgb(138,70,146); }
td.TdClassName
{
border-color: #8A4692;
}
.TagClassName
{
border-color: #8A4692;
}
</style>