Shades of Blue Violet #883AEC
Tints of Blue Violet #883AEC
RGB
CMYK
RGB Variations
Color information
#883AEC (or 0x883AEC) is known color: Blue Violet. HEX triplet: 88, 3A and EC. RGB value is (136,58,236). Sum of RGB (Red+Green+Blue) = 136+58+236=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #883AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883AEC is #77C513. Grayscale: #646464. Windows color (decimal): -7849236 or 15481480. OLE color: 15481480.
HSL color Cylindrical-coordinate representation of color #883AEC: hue angle of 266.29º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883AEC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 58 | 236 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.07 |
| HSL | 266.29º | 0.82% | 0.58% | - |
| HSV(B) | 266.29º | 0.75% | 0.93% | - |
| XYZ | 26.81 | 14.32 | 80.71 | - |
| YUV | 101.61 | 203.84 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 236 | 0.42 | 0.75 | 0 | 0.07 | 266.29 | 0.82 | 0.58 |
| Hex | 88 | 3A | EC | 2A | 4B | 0 | 7 | 10A | 52 | 3A |
| Octal | 210 | 72 | 354 | 52 | 113 | 0 | 7 | 412 | 122 | 72 |
| Binary | 10001000 | 111010 | 11101100 | 101010 | 1001011 | 0 | 111 | 100001010 | 1010010 | 111010 |
Color Harmonies of #883AEC
Complementary color
Monochromatic Colors of #883AEC
Black with #883AEC
Text Example
Text Example
White with #883AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AEC; }
p { color: rgb(136,58,236); }
H1.HeaderClassName
{
color: #883AEC;
}
.AnyTagClassName
{
color: #883AEC;
}
</style>
background-color css
<style>
a { background-color: #883AEC; }
a { background-color: rgb(136,58,236); }
div.DivClassName
{
background-color: #883AEC;
}
.BgClassName
{
background-color: #883AEC;
}
</style>
border-color css
<style>
span { border-color: #883AEC; }
span { border-color: rgb(136,58,236); }
td.TdClassName
{
border-color: #883AEC;
}
.TagClassName
{
border-color: #883AEC;
}
</style>