Shades of Vivid Violet #8A368B
Tints of Vivid Violet #8A368B
RGB
CMYK
RGB Variations
Color information
#8A368B (or 0x8A368B) is known color: Vivid Violet. HEX triplet: 8A, 36 and 8B. RGB value is (138,54,139). Sum of RGB (Red+Green+Blue) = 138+54+139=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A368B is #75C974. Grayscale: #585858. Windows color (decimal): -7719285 or 9123466. OLE color: 9123466.
HSL color Cylindrical-coordinate representation of color #8A368B: hue angle of 299.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A368B is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 54 | 139 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.45 |
| HSL | 299.29º | 0.44% | 0.38% | - |
| HSV(B) | 299.29º | 0.61% | 0.55% | - |
| XYZ | 16.46 | 9.91 | 25.47 | - |
| YUV | 88.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 139 | 0.01 | 0.61 | 0 | 0.45 | 299.29 | 0.44 | 0.38 |
| Hex | 8A | 36 | 8B | 1 | 3D | 0 | 2D | 12B | 2C | 26 |
| Octal | 212 | 66 | 213 | 1 | 75 | 0 | 55 | 453 | 54 | 46 |
| Binary | 10001010 | 110110 | 10001011 | 1 | 111101 | 0 | 101101 | 100101011 | 101100 | 100110 |
Color Harmonies of #8A368B
Complementary color
Monochromatic Colors of #8A368B
Black with #8A368B
Text Example
Text Example
White with #8A368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A368B; }
p { color: rgb(138,54,139); }
H1.HeaderClassName
{
color: #8A368B;
}
.AnyTagClassName
{
color: #8A368B;
}
</style>
background-color css
<style>
a { background-color: #8A368B; }
a { background-color: rgb(138,54,139); }
div.DivClassName
{
background-color: #8A368B;
}
.BgClassName
{
background-color: #8A368B;
}
</style>
border-color css
<style>
span { border-color: #8A368B; }
span { border-color: rgb(138,54,139); }
td.TdClassName
{
border-color: #8A368B;
}
.TagClassName
{
border-color: #8A368B;
}
</style>