Shades of Blue Violet #883BD4
Tints of Blue Violet #883BD4
RGB
CMYK
RGB Variations
Color information
#883BD4 (or 0x883BD4) is known color: Blue Violet. HEX triplet: 88, 3B and D4. RGB value is (136,59,212). Sum of RGB (Red+Green+Blue) = 136+59+212=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #883BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BD4 is #77C42B. Grayscale: #626262. Windows color (decimal): -7849004 or 13908872. OLE color: 13908872.
HSL color Cylindrical-coordinate representation of color #883BD4: hue angle of 270.2º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883BD4 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 59 | 212 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.17 |
| HSL | 270.2º | 0.64% | 0.53% | - |
| HSV(B) | 270.2º | 0.72% | 0.83% | - |
| XYZ | 23.6 | 13.12 | 63.58 | - |
| YUV | 99.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 212 | 0.36 | 0.72 | 0 | 0.17 | 270.2 | 0.64 | 0.53 |
| Hex | 88 | 3B | D4 | 24 | 48 | 0 | 11 | 10E | 40 | 35 |
| Octal | 210 | 73 | 324 | 44 | 110 | 0 | 21 | 416 | 100 | 65 |
| Binary | 10001000 | 111011 | 11010100 | 100100 | 1001000 | 0 | 10001 | 100001110 | 1000000 | 110101 |
Color Harmonies of #883BD4
Complementary color
Monochromatic Colors of #883BD4
Black with #883BD4
Text Example
Text Example
White with #883BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BD4; }
p { color: rgb(136,59,212); }
H1.HeaderClassName
{
color: #883BD4;
}
.AnyTagClassName
{
color: #883BD4;
}
</style>
background-color css
<style>
a { background-color: #883BD4; }
a { background-color: rgb(136,59,212); }
div.DivClassName
{
background-color: #883BD4;
}
.BgClassName
{
background-color: #883BD4;
}
</style>
border-color css
<style>
span { border-color: #883BD4; }
span { border-color: rgb(136,59,212); }
td.TdClassName
{
border-color: #883BD4;
}
.TagClassName
{
border-color: #883BD4;
}
</style>