Shades of Vivid Violet #88338A
Tints of Vivid Violet #88338A
RGB
CMYK
RGB Variations
Color information
#88338A (or 0x88338A) is known color: Vivid Violet. HEX triplet: 88, 33 and 8A. RGB value is (136,51,138). Sum of RGB (Red+Green+Blue) = 136+51+138=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #88338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88338A is #77CC75. Grayscale: #565656. Windows color (decimal): -7851126 or 9057160. OLE color: 9057160.
HSL color Cylindrical-coordinate representation of color #88338A: hue angle of 298.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88338A is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 51 | 138 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.46 |
| HSL | 298.62º | 0.46% | 0.37% | - |
| HSV(B) | 298.62º | 0.63% | 0.54% | - |
| XYZ | 15.92 | 9.44 | 25.03 | - |
| YUV | 86.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 138 | 0.01 | 0.63 | 0 | 0.46 | 298.62 | 0.46 | 0.37 |
| Hex | 88 | 33 | 8A | 1 | 3F | 0 | 2E | 12B | 2E | 25 |
| Octal | 210 | 63 | 212 | 1 | 77 | 0 | 56 | 453 | 56 | 45 |
| Binary | 10001000 | 110011 | 10001010 | 1 | 111111 | 0 | 101110 | 100101011 | 101110 | 100101 |
Color Harmonies of #88338A
Complementary color
Monochromatic Colors of #88338A
Black with #88338A
Text Example
Text Example
White with #88338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88338A; }
p { color: rgb(136,51,138); }
H1.HeaderClassName
{
color: #88338A;
}
.AnyTagClassName
{
color: #88338A;
}
</style>
background-color css
<style>
a { background-color: #88338A; }
a { background-color: rgb(136,51,138); }
div.DivClassName
{
background-color: #88338A;
}
.BgClassName
{
background-color: #88338A;
}
</style>
border-color css
<style>
span { border-color: #88338A; }
span { border-color: rgb(136,51,138); }
td.TdClassName
{
border-color: #88338A;
}
.TagClassName
{
border-color: #88338A;
}
</style>