Shades of Vivid Violet #8438AC
Tints of Vivid Violet #8438AC
RGB
CMYK
RGB Variations
Color information
#8438AC (or 0x8438AC) is known color: Vivid Violet. HEX triplet: 84, 38 and AC. RGB value is (132,56,172). Sum of RGB (Red+Green+Blue) = 132+56+172=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #8438AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8438AC is #7BC753. Grayscale: #5B5B5B. Windows color (decimal): -8111956 or 11286660. OLE color: 11286660.
HSL color Cylindrical-coordinate representation of color #8438AC: hue angle of 279.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8438AC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 56 | 172 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.33 |
| HSL | 279.31º | 0.51% | 0.45% | - |
| HSV(B) | 279.31º | 0.67% | 0.67% | - |
| XYZ | 18.38 | 10.71 | 40.13 | - |
| YUV | 91.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 172 | 0.23 | 0.67 | 0 | 0.33 | 279.31 | 0.51 | 0.45 |
| Hex | 84 | 38 | AC | 17 | 43 | 0 | 21 | 117 | 33 | 2D |
| Octal | 204 | 70 | 254 | 27 | 103 | 0 | 41 | 427 | 63 | 55 |
| Binary | 10000100 | 111000 | 10101100 | 10111 | 1000011 | 0 | 100001 | 100010111 | 110011 | 101101 |
Color Harmonies of #8438AC
Complementary color
Monochromatic Colors of #8438AC
Black with #8438AC
Text Example
Text Example
White with #8438AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8438AC; }
p { color: rgb(132,56,172); }
H1.HeaderClassName
{
color: #8438AC;
}
.AnyTagClassName
{
color: #8438AC;
}
</style>
background-color css
<style>
a { background-color: #8438AC; }
a { background-color: rgb(132,56,172); }
div.DivClassName
{
background-color: #8438AC;
}
.BgClassName
{
background-color: #8438AC;
}
</style>
border-color css
<style>
span { border-color: #8438AC; }
span { border-color: rgb(132,56,172); }
td.TdClassName
{
border-color: #8438AC;
}
.TagClassName
{
border-color: #8438AC;
}
</style>