Shades of Vivid Violet #884183
Tints of Vivid Violet #884183
RGB
CMYK
RGB Variations
Color information
#884183 (or 0x884183) is known color: Vivid Violet. HEX triplet: 88, 41 and 83. RGB value is (136,65,131). Sum of RGB (Red+Green+Blue) = 136+65+131=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #884183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884183 is #77BE7C. Grayscale: #5D5D5D. Windows color (decimal): -7847549 or 8601992. OLE color: 8601992.
HSL color Cylindrical-coordinate representation of color #884183: hue angle of 304.23º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884183 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 131 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.47 |
| HSL | 304.23º | 0.35% | 0.39% | - |
| HSV(B) | 304.23º | 0.52% | 0.53% | - |
| XYZ | 16.14 | 10.65 | 22.68 | - |
| YUV | 93.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 131 | 0 | 0.52 | 0.04 | 0.47 | 304.23 | 0.35 | 0.39 |
| Hex | 88 | 41 | 83 | 0 | 34 | 4 | 2F | 130 | 23 | 27 |
| Octal | 210 | 101 | 203 | 0 | 64 | 4 | 57 | 460 | 43 | 47 |
| Binary | 10001000 | 1000001 | 10000011 | 0 | 110100 | 100 | 101111 | 100110000 | 100011 | 100111 |
Color Harmonies of #884183
Complementary color
Monochromatic Colors of #884183
Black with #884183
Text Example
Text Example
White with #884183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884183; }
p { color: rgb(136,65,131); }
H1.HeaderClassName
{
color: #884183;
}
.AnyTagClassName
{
color: #884183;
}
</style>
background-color css
<style>
a { background-color: #884183; }
a { background-color: rgb(136,65,131); }
div.DivClassName
{
background-color: #884183;
}
.BgClassName
{
background-color: #884183;
}
</style>
border-color css
<style>
span { border-color: #884183; }
span { border-color: rgb(136,65,131); }
td.TdClassName
{
border-color: #884183;
}
.TagClassName
{
border-color: #884183;
}
</style>