Shades of Vivid Violet #88309A
Tints of Vivid Violet #88309A
RGB
CMYK
RGB Variations
Color information
#88309A (or 0x88309A) is known color: Vivid Violet. HEX triplet: 88, 30 and 9A. RGB value is (136,48,154). Sum of RGB (Red+Green+Blue) = 136+48+154=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #88309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88309A is #77CF65. Grayscale: #565656. Windows color (decimal): -7851878 or 10104968. OLE color: 10104968.
HSL color Cylindrical-coordinate representation of color #88309A: hue angle of 289.81º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88309A is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 48 | 154 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.40 |
| HSL | 289.81º | 0.52% | 0.4% | - |
| HSV(B) | 289.81º | 0.69% | 0.6% | - |
| XYZ | 17.04 | 9.68 | 31.54 | - |
| YUV | 86.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 154 | 0.12 | 0.69 | 0 | 0.40 | 289.81 | 0.52 | 0.4 |
| Hex | 88 | 30 | 9A | C | 45 | 0 | 28 | 122 | 34 | 28 |
| Octal | 210 | 60 | 232 | 14 | 105 | 0 | 50 | 442 | 64 | 50 |
| Binary | 10001000 | 110000 | 10011010 | 1100 | 1000101 | 0 | 101000 | 100100010 | 110100 | 101000 |
Color Harmonies of #88309A
Complementary color
Monochromatic Colors of #88309A
Black with #88309A
Text Example
Text Example
White with #88309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88309A; }
p { color: rgb(136,48,154); }
H1.HeaderClassName
{
color: #88309A;
}
.AnyTagClassName
{
color: #88309A;
}
</style>
background-color css
<style>
a { background-color: #88309A; }
a { background-color: rgb(136,48,154); }
div.DivClassName
{
background-color: #88309A;
}
.BgClassName
{
background-color: #88309A;
}
</style>
border-color css
<style>
span { border-color: #88309A; }
span { border-color: rgb(136,48,154); }
td.TdClassName
{
border-color: #88309A;
}
.TagClassName
{
border-color: #88309A;
}
</style>