Shades of Vivid Violet #8844A4
Tints of Vivid Violet #8844A4
RGB
CMYK
RGB Variations
Color information
#8844A4 (or 0x8844A4) is known color: Vivid Violet. HEX triplet: 88, 44 and A4. RGB value is (136,68,164). Sum of RGB (Red+Green+Blue) = 136+68+164=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #8844A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8844A4 is #77BB5B. Grayscale: #626262. Windows color (decimal): -7846748 or 10765448. OLE color: 10765448.
HSL color Cylindrical-coordinate representation of color #8844A4: hue angle of 282.5º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8844A4 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 68 | 164 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.36 |
| HSL | 282.5º | 0.41% | 0.45% | - |
| HSV(B) | 282.5º | 0.59% | 0.64% | - |
| XYZ | 18.92 | 12.05 | 36.45 | - |
| YUV | 99.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 164 | 0.17 | 0.59 | 0 | 0.36 | 282.5 | 0.41 | 0.45 |
| Hex | 88 | 44 | A4 | 11 | 3B | 0 | 24 | 11A | 29 | 2D |
| Octal | 210 | 104 | 244 | 21 | 73 | 0 | 44 | 432 | 51 | 55 |
| Binary | 10001000 | 1000100 | 10100100 | 10001 | 111011 | 0 | 100100 | 100011010 | 101001 | 101101 |
Color Harmonies of #8844A4
Complementary color
Monochromatic Colors of #8844A4
Black with #8844A4
Text Example
Text Example
White with #8844A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844A4; }
p { color: rgb(136,68,164); }
H1.HeaderClassName
{
color: #8844A4;
}
.AnyTagClassName
{
color: #8844A4;
}
</style>
background-color css
<style>
a { background-color: #8844A4; }
a { background-color: rgb(136,68,164); }
div.DivClassName
{
background-color: #8844A4;
}
.BgClassName
{
background-color: #8844A4;
}
</style>
border-color css
<style>
span { border-color: #8844A4; }
span { border-color: rgb(136,68,164); }
td.TdClassName
{
border-color: #8844A4;
}
.TagClassName
{
border-color: #8844A4;
}
</style>