Shades of Vivid Violet #883FA7
Tints of Vivid Violet #883FA7
RGB
CMYK
RGB Variations
Color information
#883FA7 (or 0x883FA7) is known color: Vivid Violet. HEX triplet: 88, 3F and A7. RGB value is (136,63,167). Sum of RGB (Red+Green+Blue) = 136+63+167=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 167 - color contains mainly: blue. Hex color #883FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883FA7 is #77C058. Grayscale: #606060. Windows color (decimal): -7848025 or 10960776. OLE color: 10960776.
HSL color Cylindrical-coordinate representation of color #883FA7: hue angle of 282.12º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883FA7 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 63 | 167 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.35 |
| HSL | 282.12º | 0.45% | 0.45% | - |
| HSV(B) | 282.12º | 0.62% | 0.65% | - |
| XYZ | 18.91 | 11.58 | 37.8 | - |
| YUV | 96.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 167 | 0.19 | 0.62 | 0 | 0.35 | 282.12 | 0.45 | 0.45 |
| Hex | 88 | 3F | A7 | 13 | 3E | 0 | 23 | 11A | 2D | 2D |
| Octal | 210 | 77 | 247 | 23 | 76 | 0 | 43 | 432 | 55 | 55 |
| Binary | 10001000 | 111111 | 10100111 | 10011 | 111110 | 0 | 100011 | 100011010 | 101101 | 101101 |
Color Harmonies of #883FA7
Complementary color
Monochromatic Colors of #883FA7
Black with #883FA7
Text Example
Text Example
White with #883FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FA7; }
p { color: rgb(136,63,167); }
H1.HeaderClassName
{
color: #883FA7;
}
.AnyTagClassName
{
color: #883FA7;
}
</style>
background-color css
<style>
a { background-color: #883FA7; }
a { background-color: rgb(136,63,167); }
div.DivClassName
{
background-color: #883FA7;
}
.BgClassName
{
background-color: #883FA7;
}
</style>
border-color css
<style>
span { border-color: #883FA7; }
span { border-color: rgb(136,63,167); }
td.TdClassName
{
border-color: #883FA7;
}
.TagClassName
{
border-color: #883FA7;
}
</style>