Shades of Vivid Violet #88308F
Tints of Vivid Violet #88308F
RGB
CMYK
RGB Variations
Color information
#88308F (or 0x88308F) is known color: Vivid Violet. HEX triplet: 88, 30 and 8F. RGB value is (136,48,143). Sum of RGB (Red+Green+Blue) = 136+48+143=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #88308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88308F is #77CF70. Grayscale: #545454. Windows color (decimal): -7851889 or 9384072. OLE color: 9384072.
HSL color Cylindrical-coordinate representation of color #88308F: hue angle of 295.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88308F is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 48 | 143 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.44 |
| HSL | 295.58º | 0.5% | 0.37% | - |
| HSV(B) | 295.58º | 0.66% | 0.56% | - |
| XYZ | 16.17 | 9.33 | 26.94 | - |
| YUV | 85.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 143 | 0.05 | 0.66 | 0 | 0.44 | 295.58 | 0.5 | 0.37 |
| Hex | 88 | 30 | 8F | 5 | 42 | 0 | 2C | 128 | 32 | 25 |
| Octal | 210 | 60 | 217 | 5 | 102 | 0 | 54 | 450 | 62 | 45 |
| Binary | 10001000 | 110000 | 10001111 | 101 | 1000010 | 0 | 101100 | 100101000 | 110010 | 100101 |
Color Harmonies of #88308F
Complementary color
Monochromatic Colors of #88308F
Black with #88308F
Text Example
Text Example
White with #88308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88308F; }
p { color: rgb(136,48,143); }
H1.HeaderClassName
{
color: #88308F;
}
.AnyTagClassName
{
color: #88308F;
}
</style>
background-color css
<style>
a { background-color: #88308F; }
a { background-color: rgb(136,48,143); }
div.DivClassName
{
background-color: #88308F;
}
.BgClassName
{
background-color: #88308F;
}
</style>
border-color css
<style>
span { border-color: #88308F; }
span { border-color: rgb(136,48,143); }
td.TdClassName
{
border-color: #88308F;
}
.TagClassName
{
border-color: #88308F;
}
</style>