Shades of Blue Violet #883FF6
Tints of Blue Violet #883FF6
RGB
CMYK
RGB Variations
Color information
#883FF6 (or 0x883FF6) is known color: Blue Violet. HEX triplet: 88, 3F and F6. RGB value is (136,63,246). Sum of RGB (Red+Green+Blue) = 136+63+246=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #883FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883FF6 is #77C009. Grayscale: #696969. Windows color (decimal): -7847946 or 16138120. OLE color: 16138120.
HSL color Cylindrical-coordinate representation of color #883FF6: hue angle of 263.93º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883FF6 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 63 | 246 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.04 |
| HSL | 263.93º | 0.91% | 0.61% | - |
| HSV(B) | 263.93º | 0.74% | 0.96% | - |
| XYZ | 28.57 | 15.44 | 88.66 | - |
| YUV | 105.69 | 207.18 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 246 | 0.45 | 0.74 | 0 | 0.04 | 263.93 | 0.91 | 0.61 |
| Hex | 88 | 3F | F6 | 2D | 4A | 0 | 4 | 108 | 5B | 3D |
| Octal | 210 | 77 | 366 | 55 | 112 | 0 | 4 | 410 | 133 | 75 |
| Binary | 10001000 | 111111 | 11110110 | 101101 | 1001010 | 0 | 100 | 100001000 | 1011011 | 111101 |
Color Harmonies of #883FF6
Complementary color
Monochromatic Colors of #883FF6
Black with #883FF6
Text Example
Text Example
White with #883FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FF6; }
p { color: rgb(136,63,246); }
H1.HeaderClassName
{
color: #883FF6;
}
.AnyTagClassName
{
color: #883FF6;
}
</style>
background-color css
<style>
a { background-color: #883FF6; }
a { background-color: rgb(136,63,246); }
div.DivClassName
{
background-color: #883FF6;
}
.BgClassName
{
background-color: #883FF6;
}
</style>
border-color css
<style>
span { border-color: #883FF6; }
span { border-color: rgb(136,63,246); }
td.TdClassName
{
border-color: #883FF6;
}
.TagClassName
{
border-color: #883FF6;
}
</style>