Shades of Blue Violet #883FDC
Tints of Blue Violet #883FDC
RGB
CMYK
RGB Variations
Color information
#883FDC (or 0x883FDC) is known color: Blue Violet. HEX triplet: 88, 3F and DC. RGB value is (136,63,220). Sum of RGB (Red+Green+Blue) = 136+63+220=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #883FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FDC is #77C023. Grayscale: #666666. Windows color (decimal): -7847972 or 14434184. OLE color: 14434184.
HSL color Cylindrical-coordinate representation of color #883FDC: hue angle of 267.9º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883FDC is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 63 | 220 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.14 |
| HSL | 267.9º | 0.69% | 0.55% | - |
| HSV(B) | 267.9º | 0.71% | 0.86% | - |
| XYZ | 24.85 | 13.96 | 69.09 | - |
| YUV | 102.73 | 194.18 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 220 | 0.38 | 0.71 | 0 | 0.14 | 267.9 | 0.69 | 0.55 |
| Hex | 88 | 3F | DC | 26 | 47 | 0 | E | 10C | 45 | 37 |
| Octal | 210 | 77 | 334 | 46 | 107 | 0 | 16 | 414 | 105 | 67 |
| Binary | 10001000 | 111111 | 11011100 | 100110 | 1000111 | 0 | 1110 | 100001100 | 1000101 | 110111 |
Color Harmonies of #883FDC
Complementary color
Monochromatic Colors of #883FDC
Black with #883FDC
Text Example
Text Example
White with #883FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FDC; }
p { color: rgb(136,63,220); }
H1.HeaderClassName
{
color: #883FDC;
}
.AnyTagClassName
{
color: #883FDC;
}
</style>
background-color css
<style>
a { background-color: #883FDC; }
a { background-color: rgb(136,63,220); }
div.DivClassName
{
background-color: #883FDC;
}
.BgClassName
{
background-color: #883FDC;
}
</style>
border-color css
<style>
span { border-color: #883FDC; }
span { border-color: rgb(136,63,220); }
td.TdClassName
{
border-color: #883FDC;
}
.TagClassName
{
border-color: #883FDC;
}
</style>