Shades of Blue Violet #883FDA
Tints of Blue Violet #883FDA
RGB
CMYK
RGB Variations
Color information
#883FDA (or 0x883FDA) is known color: Blue Violet. HEX triplet: 88, 3F and DA. RGB value is (136,63,218). Sum of RGB (Red+Green+Blue) = 136+63+218=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #883FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FDA is #77C025. Grayscale: #656565. Windows color (decimal): -7847974 or 14303112. OLE color: 14303112.
HSL color Cylindrical-coordinate representation of color #883FDA: hue angle of 268.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883FDA is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 63 | 218 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.15 |
| HSL | 268.26º | 0.68% | 0.55% | - |
| HSV(B) | 268.26º | 0.71% | 0.85% | - |
| XYZ | 24.59 | 13.85 | 67.71 | - |
| YUV | 102.5 | 193.18 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 218 | 0.38 | 0.71 | 0 | 0.15 | 268.26 | 0.68 | 0.55 |
| Hex | 88 | 3F | DA | 26 | 47 | 0 | F | 10C | 44 | 37 |
| Octal | 210 | 77 | 332 | 46 | 107 | 0 | 17 | 414 | 104 | 67 |
| Binary | 10001000 | 111111 | 11011010 | 100110 | 1000111 | 0 | 1111 | 100001100 | 1000100 | 110111 |
Color Harmonies of #883FDA
Complementary color
Monochromatic Colors of #883FDA
Black with #883FDA
Text Example
Text Example
White with #883FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FDA; }
p { color: rgb(136,63,218); }
H1.HeaderClassName
{
color: #883FDA;
}
.AnyTagClassName
{
color: #883FDA;
}
</style>
background-color css
<style>
a { background-color: #883FDA; }
a { background-color: rgb(136,63,218); }
div.DivClassName
{
background-color: #883FDA;
}
.BgClassName
{
background-color: #883FDA;
}
</style>
border-color css
<style>
span { border-color: #883FDA; }
span { border-color: rgb(136,63,218); }
td.TdClassName
{
border-color: #883FDA;
}
.TagClassName
{
border-color: #883FDA;
}
</style>