Shades of Vivid Violet #883C9E
Tints of Vivid Violet #883C9E
RGB
CMYK
RGB Variations
Color information
#883C9E (or 0x883C9E) is known color: Vivid Violet. HEX triplet: 88, 3C and 9E. RGB value is (136,60,158). Sum of RGB (Red+Green+Blue) = 136+60+158=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #883C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C9E is #77C361. Grayscale: #5D5D5D. Windows color (decimal): -7848802 or 10370184. OLE color: 10370184.
HSL color Cylindrical-coordinate representation of color #883C9E: hue angle of 286.53º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883C9E is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 60 | 158 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.38 |
| HSL | 286.53º | 0.45% | 0.43% | - |
| HSV(B) | 286.53º | 0.62% | 0.62% | - |
| XYZ | 17.94 | 10.93 | 33.51 | - |
| YUV | 93.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 158 | 0.14 | 0.62 | 0 | 0.38 | 286.53 | 0.45 | 0.43 |
| Hex | 88 | 3C | 9E | E | 3E | 0 | 26 | 11F | 2D | 2B |
| Octal | 210 | 74 | 236 | 16 | 76 | 0 | 46 | 437 | 55 | 53 |
| Binary | 10001000 | 111100 | 10011110 | 1110 | 111110 | 0 | 100110 | 100011111 | 101101 | 101011 |
Color Harmonies of #883C9E
Complementary color
Monochromatic Colors of #883C9E
Black with #883C9E
Text Example
Text Example
White with #883C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C9E; }
p { color: rgb(136,60,158); }
H1.HeaderClassName
{
color: #883C9E;
}
.AnyTagClassName
{
color: #883C9E;
}
</style>
background-color css
<style>
a { background-color: #883C9E; }
a { background-color: rgb(136,60,158); }
div.DivClassName
{
background-color: #883C9E;
}
.BgClassName
{
background-color: #883C9E;
}
</style>
border-color css
<style>
span { border-color: #883C9E; }
span { border-color: rgb(136,60,158); }
td.TdClassName
{
border-color: #883C9E;
}
.TagClassName
{
border-color: #883C9E;
}
</style>