Shades of Vivid Violet #88459A
Tints of Vivid Violet #88459A
RGB
CMYK
RGB Variations
Color information
#88459A (or 0x88459A) is known color: Vivid Violet. HEX triplet: 88, 45 and 9A. RGB value is (136,69,154). Sum of RGB (Red+Green+Blue) = 136+69+154=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #88459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88459A is #77BA65. Grayscale: #626262. Windows color (decimal): -7846502 or 10110344. OLE color: 10110344.
HSL color Cylindrical-coordinate representation of color #88459A: hue angle of 287.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88459A is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 69 | 154 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.40 |
| HSL | 287.29º | 0.38% | 0.44% | - |
| HSV(B) | 287.29º | 0.55% | 0.6% | - |
| XYZ | 18.11 | 11.82 | 31.9 | - |
| YUV | 98.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 154 | 0.12 | 0.55 | 0 | 0.40 | 287.29 | 0.38 | 0.44 |
| Hex | 88 | 45 | 9A | C | 37 | 0 | 28 | 11F | 26 | 2C |
| Octal | 210 | 105 | 232 | 14 | 67 | 0 | 50 | 437 | 46 | 54 |
| Binary | 10001000 | 1000101 | 10011010 | 1100 | 110111 | 0 | 101000 | 100011111 | 100110 | 101100 |
Color Harmonies of #88459A
Complementary color
Monochromatic Colors of #88459A
Black with #88459A
Text Example
Text Example
White with #88459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88459A; }
p { color: rgb(136,69,154); }
H1.HeaderClassName
{
color: #88459A;
}
.AnyTagClassName
{
color: #88459A;
}
</style>
background-color css
<style>
a { background-color: #88459A; }
a { background-color: rgb(136,69,154); }
div.DivClassName
{
background-color: #88459A;
}
.BgClassName
{
background-color: #88459A;
}
</style>
border-color css
<style>
span { border-color: #88459A; }
span { border-color: rgb(136,69,154); }
td.TdClassName
{
border-color: #88459A;
}
.TagClassName
{
border-color: #88459A;
}
</style>