Shades of Vivid Violet #88269C
Tints of Vivid Violet #88269C
RGB
CMYK
RGB Variations
Color information
#88269C (or 0x88269C) is known color: Vivid Violet. HEX triplet: 88, 26 and 9C. RGB value is (136,38,156). Sum of RGB (Red+Green+Blue) = 136+38+156=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #88269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88269C is #77D963. Grayscale: #505050. Windows color (decimal): -7854436 or 10233480. OLE color: 10233480.
HSL color Cylindrical-coordinate representation of color #88269C: hue angle of 289.83º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88269C is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 38 | 156 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.39 |
| HSL | 289.83º | 0.61% | 0.38% | - |
| HSV(B) | 289.83º | 0.76% | 0.61% | - |
| XYZ | 16.85 | 9.02 | 32.31 | - |
| YUV | 80.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 156 | 0.13 | 0.76 | 0 | 0.39 | 289.83 | 0.61 | 0.38 |
| Hex | 88 | 26 | 9C | D | 4C | 0 | 27 | 122 | 3D | 26 |
| Octal | 210 | 46 | 234 | 15 | 114 | 0 | 47 | 442 | 75 | 46 |
| Binary | 10001000 | 100110 | 10011100 | 1101 | 1001100 | 0 | 100111 | 100100010 | 111101 | 100110 |
Color Harmonies of #88269C
Complementary color
Monochromatic Colors of #88269C
Black with #88269C
Text Example
Text Example
White with #88269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88269C; }
p { color: rgb(136,38,156); }
H1.HeaderClassName
{
color: #88269C;
}
.AnyTagClassName
{
color: #88269C;
}
</style>
background-color css
<style>
a { background-color: #88269C; }
a { background-color: rgb(136,38,156); }
div.DivClassName
{
background-color: #88269C;
}
.BgClassName
{
background-color: #88269C;
}
</style>
border-color css
<style>
span { border-color: #88269C; }
span { border-color: rgb(136,38,156); }
td.TdClassName
{
border-color: #88269C;
}
.TagClassName
{
border-color: #88269C;
}
</style>