Shades of Vivid Violet #8A368C
Tints of Vivid Violet #8A368C
RGB
CMYK
RGB Variations
Color information
#8A368C (or 0x8A368C) is known color: Vivid Violet. HEX triplet: 8A, 36 and 8C. RGB value is (138,54,140). Sum of RGB (Red+Green+Blue) = 138+54+140=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A368C is #75C973. Grayscale: #585858. Windows color (decimal): -7719284 or 9189002. OLE color: 9189002.
HSL color Cylindrical-coordinate representation of color #8A368C: hue angle of 298.6º 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 #8A368C is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 54 | 140 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.45 |
| HSL | 298.6º | 0.44% | 0.38% | - |
| HSV(B) | 298.6º | 0.61% | 0.55% | - |
| XYZ | 16.53 | 9.94 | 25.86 | - |
| YUV | 88.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 140 | 0.01 | 0.61 | 0 | 0.45 | 298.6 | 0.44 | 0.38 |
| Hex | 8A | 36 | 8C | 1 | 3D | 0 | 2D | 12B | 2C | 26 |
| Octal | 212 | 66 | 214 | 1 | 75 | 0 | 55 | 453 | 54 | 46 |
| Binary | 10001010 | 110110 | 10001100 | 1 | 111101 | 0 | 101101 | 100101011 | 101100 | 100110 |
Color Harmonies of #8A368C
Complementary color
Monochromatic Colors of #8A368C
Black with #8A368C
Text Example
Text Example
White with #8A368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A368C; }
p { color: rgb(138,54,140); }
H1.HeaderClassName
{
color: #8A368C;
}
.AnyTagClassName
{
color: #8A368C;
}
</style>
background-color css
<style>
a { background-color: #8A368C; }
a { background-color: rgb(138,54,140); }
div.DivClassName
{
background-color: #8A368C;
}
.BgClassName
{
background-color: #8A368C;
}
</style>
border-color css
<style>
span { border-color: #8A368C; }
span { border-color: rgb(138,54,140); }
td.TdClassName
{
border-color: #8A368C;
}
.TagClassName
{
border-color: #8A368C;
}
</style>