Shades of Vivid Violet #88308C
Tints of Vivid Violet #88308C
RGB
CMYK
RGB Variations
Color information
#88308C (or 0x88308C) is known color: Vivid Violet. HEX triplet: 88, 30 and 8C. RGB value is (136,48,140). Sum of RGB (Red+Green+Blue) = 136+48+140=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #88308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88308C is #77CF73. Grayscale: #545454. Windows color (decimal): -7851892 or 9187464. OLE color: 9187464.
HSL color Cylindrical-coordinate representation of color #88308C: hue angle of 297.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88308C is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 48 | 140 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.45 |
| HSL | 297.39º | 0.49% | 0.37% | - |
| HSV(B) | 297.39º | 0.66% | 0.55% | - |
| XYZ | 15.94 | 9.24 | 25.75 | - |
| YUV | 84.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 140 | 0.03 | 0.66 | 0 | 0.45 | 297.39 | 0.49 | 0.37 |
| Hex | 88 | 30 | 8C | 3 | 42 | 0 | 2D | 129 | 31 | 25 |
| Octal | 210 | 60 | 214 | 3 | 102 | 0 | 55 | 451 | 61 | 45 |
| Binary | 10001000 | 110000 | 10001100 | 11 | 1000010 | 0 | 101101 | 100101001 | 110001 | 100101 |
Color Harmonies of #88308C
Complementary color
Monochromatic Colors of #88308C
Black with #88308C
Text Example
Text Example
White with #88308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88308C; }
p { color: rgb(136,48,140); }
H1.HeaderClassName
{
color: #88308C;
}
.AnyTagClassName
{
color: #88308C;
}
</style>
background-color css
<style>
a { background-color: #88308C; }
a { background-color: rgb(136,48,140); }
div.DivClassName
{
background-color: #88308C;
}
.BgClassName
{
background-color: #88308C;
}
</style>
border-color css
<style>
span { border-color: #88308C; }
span { border-color: rgb(136,48,140); }
td.TdClassName
{
border-color: #88308C;
}
.TagClassName
{
border-color: #88308C;
}
</style>