Shades of Vivid Violet #88308B
Tints of Vivid Violet #88308B
RGB
CMYK
RGB Variations
Color information
#88308B (or 0x88308B) is known color: Vivid Violet. HEX triplet: 88, 30 and 8B. RGB value is (136,48,139). Sum of RGB (Red+Green+Blue) = 136+48+139=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #88308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88308B is #77CF74. Grayscale: #545454. Windows color (decimal): -7851893 or 9121928. OLE color: 9121928.
HSL color Cylindrical-coordinate representation of color #88308B: hue angle of 298.02º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88308B is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 48 | 139 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.45 |
| HSL | 298.02º | 0.49% | 0.37% | - |
| HSV(B) | 298.02º | 0.65% | 0.55% | - |
| XYZ | 15.87 | 9.21 | 25.37 | - |
| YUV | 84.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 139 | 0.02 | 0.65 | 0 | 0.45 | 298.02 | 0.49 | 0.37 |
| Hex | 88 | 30 | 8B | 2 | 41 | 0 | 2D | 12A | 31 | 25 |
| Octal | 210 | 60 | 213 | 2 | 101 | 0 | 55 | 452 | 61 | 45 |
| Binary | 10001000 | 110000 | 10001011 | 10 | 1000001 | 0 | 101101 | 100101010 | 110001 | 100101 |
Color Harmonies of #88308B
Complementary color
Monochromatic Colors of #88308B
Black with #88308B
Text Example
Text Example
White with #88308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88308B; }
p { color: rgb(136,48,139); }
H1.HeaderClassName
{
color: #88308B;
}
.AnyTagClassName
{
color: #88308B;
}
</style>
background-color css
<style>
a { background-color: #88308B; }
a { background-color: rgb(136,48,139); }
div.DivClassName
{
background-color: #88308B;
}
.BgClassName
{
background-color: #88308B;
}
</style>
border-color css
<style>
span { border-color: #88308B; }
span { border-color: rgb(136,48,139); }
td.TdClassName
{
border-color: #88308B;
}
.TagClassName
{
border-color: #88308B;
}
</style>