Shades of Vivid Violet #8A3298
Tints of Vivid Violet #8A3298
RGB
CMYK
RGB Variations
Color information
#8A3298 (or 0x8A3298) is known color: Vivid Violet. HEX triplet: 8A, 32 and 98. RGB value is (138,50,152). Sum of RGB (Red+Green+Blue) = 138+50+152=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A3298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3298 is #75CD67. Grayscale: #575757. Windows color (decimal): -7720296 or 9974410. OLE color: 9974410.
HSL color Cylindrical-coordinate representation of color #8A3298: hue angle of 291.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3298 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 50 | 152 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.40 |
| HSL | 291.76º | 0.5% | 0.4% | - |
| HSV(B) | 291.76º | 0.67% | 0.6% | - |
| XYZ | 17.29 | 9.95 | 30.72 | - |
| YUV | 87.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 152 | 0.09 | 0.67 | 0 | 0.40 | 291.76 | 0.5 | 0.4 |
| Hex | 8A | 32 | 98 | 9 | 43 | 0 | 28 | 124 | 32 | 28 |
| Octal | 212 | 62 | 230 | 11 | 103 | 0 | 50 | 444 | 62 | 50 |
| Binary | 10001010 | 110010 | 10011000 | 1001 | 1000011 | 0 | 101000 | 100100100 | 110010 | 101000 |
Color Harmonies of #8A3298
Complementary color
Monochromatic Colors of #8A3298
Black with #8A3298
Text Example
Text Example
White with #8A3298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3298; }
p { color: rgb(138,50,152); }
H1.HeaderClassName
{
color: #8A3298;
}
.AnyTagClassName
{
color: #8A3298;
}
</style>
background-color css
<style>
a { background-color: #8A3298; }
a { background-color: rgb(138,50,152); }
div.DivClassName
{
background-color: #8A3298;
}
.BgClassName
{
background-color: #8A3298;
}
</style>
border-color css
<style>
span { border-color: #8A3298; }
span { border-color: rgb(138,50,152); }
td.TdClassName
{
border-color: #8A3298;
}
.TagClassName
{
border-color: #8A3298;
}
</style>