Shades of Blue Violet #883BD1
Tints of Blue Violet #883BD1
RGB
CMYK
RGB Variations
Color information
#883BD1 (or 0x883BD1) is known color: Blue Violet. HEX triplet: 88, 3B and D1. RGB value is (136,59,209). Sum of RGB (Red+Green+Blue) = 136+59+209=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #883BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BD1 is #77C42E. Grayscale: #626262. Windows color (decimal): -7849007 or 13712264. OLE color: 13712264.
HSL color Cylindrical-coordinate representation of color #883BD1: hue angle of 270.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883BD1 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 59 | 209 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.18 |
| HSL | 270.8º | 0.62% | 0.53% | - |
| HSV(B) | 270.8º | 0.72% | 0.82% | - |
| XYZ | 23.23 | 12.97 | 61.6 | - |
| YUV | 99.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 209 | 0.35 | 0.72 | 0 | 0.18 | 270.8 | 0.62 | 0.53 |
| Hex | 88 | 3B | D1 | 23 | 48 | 0 | 12 | 10F | 3E | 35 |
| Octal | 210 | 73 | 321 | 43 | 110 | 0 | 22 | 417 | 76 | 65 |
| Binary | 10001000 | 111011 | 11010001 | 100011 | 1001000 | 0 | 10010 | 100001111 | 111110 | 110101 |
Color Harmonies of #883BD1
Complementary color
Monochromatic Colors of #883BD1
Black with #883BD1
Text Example
Text Example
White with #883BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BD1; }
p { color: rgb(136,59,209); }
H1.HeaderClassName
{
color: #883BD1;
}
.AnyTagClassName
{
color: #883BD1;
}
</style>
background-color css
<style>
a { background-color: #883BD1; }
a { background-color: rgb(136,59,209); }
div.DivClassName
{
background-color: #883BD1;
}
.BgClassName
{
background-color: #883BD1;
}
</style>
border-color css
<style>
span { border-color: #883BD1; }
span { border-color: rgb(136,59,209); }
td.TdClassName
{
border-color: #883BD1;
}
.TagClassName
{
border-color: #883BD1;
}
</style>