Shades of Vivid Violet #8A358B
Tints of Vivid Violet #8A358B
RGB
CMYK
RGB Variations
Color information
#8A358B (or 0x8A358B) is known color: Vivid Violet. HEX triplet: 8A, 35 and 8B. RGB value is (138,53,139). Sum of RGB (Red+Green+Blue) = 138+53+139=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A358B is #75CA74. Grayscale: #575757. Windows color (decimal): -7719541 or 9123210. OLE color: 9123210.
HSL color Cylindrical-coordinate representation of color #8A358B: hue angle of 299.3º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A358B is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 53 | 139 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.45 |
| HSL | 299.3º | 0.45% | 0.38% | - |
| HSV(B) | 299.3º | 0.62% | 0.55% | - |
| XYZ | 16.41 | 9.81 | 25.46 | - |
| YUV | 88.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 139 | 0.01 | 0.62 | 0 | 0.45 | 299.3 | 0.45 | 0.38 |
| Hex | 8A | 35 | 8B | 1 | 3E | 0 | 2D | 12B | 2D | 26 |
| Octal | 212 | 65 | 213 | 1 | 76 | 0 | 55 | 453 | 55 | 46 |
| Binary | 10001010 | 110101 | 10001011 | 1 | 111110 | 0 | 101101 | 100101011 | 101101 | 100110 |
Color Harmonies of #8A358B
Complementary color
Monochromatic Colors of #8A358B
Black with #8A358B
Text Example
Text Example
White with #8A358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A358B; }
p { color: rgb(138,53,139); }
H1.HeaderClassName
{
color: #8A358B;
}
.AnyTagClassName
{
color: #8A358B;
}
</style>
background-color css
<style>
a { background-color: #8A358B; }
a { background-color: rgb(138,53,139); }
div.DivClassName
{
background-color: #8A358B;
}
.BgClassName
{
background-color: #8A358B;
}
</style>
border-color css
<style>
span { border-color: #8A358B; }
span { border-color: rgb(138,53,139); }
td.TdClassName
{
border-color: #8A358B;
}
.TagClassName
{
border-color: #8A358B;
}
</style>