Shades of Vivid Violet #8844A0
Tints of Vivid Violet #8844A0
RGB
CMYK
RGB Variations
Color information
#8844A0 (or 0x8844A0) is known color: Vivid Violet. HEX triplet: 88, 44 and A0. RGB value is (136,68,160). Sum of RGB (Red+Green+Blue) = 136+68+160=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #8844A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8844A0 is #77BB5F. Grayscale: #626262. Windows color (decimal): -7846752 or 10503304. OLE color: 10503304.
HSL color Cylindrical-coordinate representation of color #8844A0: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8844A0 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 68 | 160 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.37 |
| HSL | 284.35º | 0.4% | 0.45% | - |
| HSV(B) | 284.35º | 0.58% | 0.63% | - |
| XYZ | 18.57 | 11.91 | 34.58 | - |
| YUV | 98.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 160 | 0.15 | 0.57 | 0 | 0.37 | 284.35 | 0.4 | 0.45 |
| Hex | 88 | 44 | A0 | F | 39 | 0 | 25 | 11C | 28 | 2D |
| Octal | 210 | 104 | 240 | 17 | 71 | 0 | 45 | 434 | 50 | 55 |
| Binary | 10001000 | 1000100 | 10100000 | 1111 | 111001 | 0 | 100101 | 100011100 | 101000 | 101101 |
Color Harmonies of #8844A0
Complementary color
Monochromatic Colors of #8844A0
Black with #8844A0
Text Example
Text Example
White with #8844A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844A0; }
p { color: rgb(136,68,160); }
H1.HeaderClassName
{
color: #8844A0;
}
.AnyTagClassName
{
color: #8844A0;
}
</style>
background-color css
<style>
a { background-color: #8844A0; }
a { background-color: rgb(136,68,160); }
div.DivClassName
{
background-color: #8844A0;
}
.BgClassName
{
background-color: #8844A0;
}
</style>
border-color css
<style>
span { border-color: #8844A0; }
span { border-color: rgb(136,68,160); }
td.TdClassName
{
border-color: #8844A0;
}
.TagClassName
{
border-color: #8844A0;
}
</style>