Shades of Vivid Violet #88318A
Tints of Vivid Violet #88318A
RGB
CMYK
RGB Variations
Color information
#88318A (or 0x88318A) is known color: Vivid Violet. HEX triplet: 88, 31 and 8A. RGB value is (136,49,138). Sum of RGB (Red+Green+Blue) = 136+49+138=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #88318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88318A is #77CE75. Grayscale: #545454. Windows color (decimal): -7851638 or 9056648. OLE color: 9056648.
HSL color Cylindrical-coordinate representation of color #88318A: hue angle of 298.65º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88318A is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 49 | 138 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.46 |
| HSL | 298.65º | 0.48% | 0.37% | - |
| HSV(B) | 298.65º | 0.64% | 0.54% | - |
| XYZ | 15.84 | 9.27 | 25 | - |
| YUV | 85.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 138 | 0.01 | 0.64 | 0 | 0.46 | 298.65 | 0.48 | 0.37 |
| Hex | 88 | 31 | 8A | 1 | 40 | 0 | 2E | 12B | 30 | 25 |
| Octal | 210 | 61 | 212 | 1 | 100 | 0 | 56 | 453 | 60 | 45 |
| Binary | 10001000 | 110001 | 10001010 | 1 | 1000000 | 0 | 101110 | 100101011 | 110000 | 100101 |
Color Harmonies of #88318A
Complementary color
Monochromatic Colors of #88318A
Black with #88318A
Text Example
Text Example
White with #88318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88318A; }
p { color: rgb(136,49,138); }
H1.HeaderClassName
{
color: #88318A;
}
.AnyTagClassName
{
color: #88318A;
}
</style>
background-color css
<style>
a { background-color: #88318A; }
a { background-color: rgb(136,49,138); }
div.DivClassName
{
background-color: #88318A;
}
.BgClassName
{
background-color: #88318A;
}
</style>
border-color css
<style>
span { border-color: #88318A; }
span { border-color: rgb(136,49,138); }
td.TdClassName
{
border-color: #88318A;
}
.TagClassName
{
border-color: #88318A;
}
</style>