Shades of Vivid Violet #88258F
Tints of Vivid Violet #88258F
RGB
CMYK
RGB Variations
Color information
#88258F (or 0x88258F) is known color: Vivid Violet. HEX triplet: 88, 25 and 8F. RGB value is (136,37,143). Sum of RGB (Red+Green+Blue) = 136+37+143=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #88258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88258F is #77DA70. Grayscale: #4E4E4E. Windows color (decimal): -7854705 or 9381256. OLE color: 9381256.
HSL color Cylindrical-coordinate representation of color #88258F: hue angle of 296.04º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88258F is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 37 | 143 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.44 |
| HSL | 296.04º | 0.59% | 0.35% | - |
| HSV(B) | 296.04º | 0.74% | 0.56% | - |
| XYZ | 15.77 | 8.54 | 26.8 | - |
| YUV | 78.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 143 | 0.05 | 0.74 | 0 | 0.44 | 296.04 | 0.59 | 0.35 |
| Hex | 88 | 25 | 8F | 5 | 4A | 0 | 2C | 128 | 3B | 23 |
| Octal | 210 | 45 | 217 | 5 | 112 | 0 | 54 | 450 | 73 | 43 |
| Binary | 10001000 | 100101 | 10001111 | 101 | 1001010 | 0 | 101100 | 100101000 | 111011 | 100011 |
Color Harmonies of #88258F
Complementary color
Monochromatic Colors of #88258F
Black with #88258F
Text Example
Text Example
White with #88258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88258F; }
p { color: rgb(136,37,143); }
H1.HeaderClassName
{
color: #88258F;
}
.AnyTagClassName
{
color: #88258F;
}
</style>
background-color css
<style>
a { background-color: #88258F; }
a { background-color: rgb(136,37,143); }
div.DivClassName
{
background-color: #88258F;
}
.BgClassName
{
background-color: #88258F;
}
</style>
border-color css
<style>
span { border-color: #88258F; }
span { border-color: rgb(136,37,143); }
td.TdClassName
{
border-color: #88258F;
}
.TagClassName
{
border-color: #88258F;
}
</style>