Shades of Vivid Violet #8A3F9D
Tints of Vivid Violet #8A3F9D
RGB
CMYK
RGB Variations
Color information
#8A3F9D (or 0x8A3F9D) is known color: Vivid Violet. HEX triplet: 8A, 3F and 9D. RGB value is (138,63,157). Sum of RGB (Red+Green+Blue) = 138+63+157=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A3F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3F9D is #75C062. Grayscale: #5F5F5F. Windows color (decimal): -7716963 or 10305418. OLE color: 10305418.
HSL color Cylindrical-coordinate representation of color #8A3F9D: hue angle of 287.87º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3F9D is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 63 | 157 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.38 |
| HSL | 287.87º | 0.43% | 0.43% | - |
| HSV(B) | 287.87º | 0.6% | 0.62% | - |
| XYZ | 18.34 | 11.39 | 33.13 | - |
| YUV | 96.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 157 | 0.12 | 0.60 | 0 | 0.38 | 287.87 | 0.43 | 0.43 |
| Hex | 8A | 3F | 9D | C | 3C | 0 | 26 | 120 | 2B | 2B |
| Octal | 212 | 77 | 235 | 14 | 74 | 0 | 46 | 440 | 53 | 53 |
| Binary | 10001010 | 111111 | 10011101 | 1100 | 111100 | 0 | 100110 | 100100000 | 101011 | 101011 |
Color Harmonies of #8A3F9D
Complementary color
Monochromatic Colors of #8A3F9D
Black with #8A3F9D
Text Example
Text Example
White with #8A3F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F9D; }
p { color: rgb(138,63,157); }
H1.HeaderClassName
{
color: #8A3F9D;
}
.AnyTagClassName
{
color: #8A3F9D;
}
</style>
background-color css
<style>
a { background-color: #8A3F9D; }
a { background-color: rgb(138,63,157); }
div.DivClassName
{
background-color: #8A3F9D;
}
.BgClassName
{
background-color: #8A3F9D;
}
</style>
border-color css
<style>
span { border-color: #8A3F9D; }
span { border-color: rgb(138,63,157); }
td.TdClassName
{
border-color: #8A3F9D;
}
.TagClassName
{
border-color: #8A3F9D;
}
</style>