Shades of Blue Violet #883ADC
Tints of Blue Violet #883ADC
RGB
CMYK
RGB Variations
Color information
#883ADC (or 0x883ADC) is known color: Blue Violet. HEX triplet: 88, 3A and DC. RGB value is (136,58,220). Sum of RGB (Red+Green+Blue) = 136+58+220=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #883ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ADC is #77C523. Grayscale: #636363. Windows color (decimal): -7849252 or 14432904. OLE color: 14432904.
HSL color Cylindrical-coordinate representation of color #883ADC: hue angle of 268.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883ADC is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 58 | 220 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.14 |
| HSL | 268.89º | 0.7% | 0.55% | - |
| HSV(B) | 268.89º | 0.74% | 0.86% | - |
| XYZ | 24.58 | 13.43 | 69.01 | - |
| YUV | 99.79 | 195.84 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 220 | 0.38 | 0.74 | 0 | 0.14 | 268.89 | 0.7 | 0.55 |
| Hex | 88 | 3A | DC | 26 | 4A | 0 | E | 10D | 46 | 37 |
| Octal | 210 | 72 | 334 | 46 | 112 | 0 | 16 | 415 | 106 | 67 |
| Binary | 10001000 | 111010 | 11011100 | 100110 | 1001010 | 0 | 1110 | 100001101 | 1000110 | 110111 |
Color Harmonies of #883ADC
Complementary color
Monochromatic Colors of #883ADC
Black with #883ADC
Text Example
Text Example
White with #883ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883ADC; }
p { color: rgb(136,58,220); }
H1.HeaderClassName
{
color: #883ADC;
}
.AnyTagClassName
{
color: #883ADC;
}
</style>
background-color css
<style>
a { background-color: #883ADC; }
a { background-color: rgb(136,58,220); }
div.DivClassName
{
background-color: #883ADC;
}
.BgClassName
{
background-color: #883ADC;
}
</style>
border-color css
<style>
span { border-color: #883ADC; }
span { border-color: rgb(136,58,220); }
td.TdClassName
{
border-color: #883ADC;
}
.TagClassName
{
border-color: #883ADC;
}
</style>