Shades of Blue Violet #8839DA
Tints of Blue Violet #8839DA
RGB
CMYK
RGB Variations
Color information
#8839DA (or 0x8839DA) is known color: Blue Violet. HEX triplet: 88, 39 and DA. RGB value is (136,57,218). Sum of RGB (Red+Green+Blue) = 136+57+218=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #8839DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8839DA is #77C625. Grayscale: #626262. Windows color (decimal): -7849510 or 14301576. OLE color: 14301576.
HSL color Cylindrical-coordinate representation of color #8839DA: hue angle of 269.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8839DA is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 57 | 218 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.15 |
| HSL | 269.44º | 0.69% | 0.54% | - |
| HSV(B) | 269.44º | 0.74% | 0.85% | - |
| XYZ | 24.27 | 13.22 | 67.6 | - |
| YUV | 98.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 218 | 0.38 | 0.74 | 0 | 0.15 | 269.44 | 0.69 | 0.54 |
| Hex | 88 | 39 | DA | 26 | 4A | 0 | F | 10D | 45 | 36 |
| Octal | 210 | 71 | 332 | 46 | 112 | 0 | 17 | 415 | 105 | 66 |
| Binary | 10001000 | 111001 | 11011010 | 100110 | 1001010 | 0 | 1111 | 100001101 | 1000101 | 110110 |
Color Harmonies of #8839DA
Complementary color
Monochromatic Colors of #8839DA
Black with #8839DA
Text Example
Text Example
White with #8839DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8839DA; }
p { color: rgb(136,57,218); }
H1.HeaderClassName
{
color: #8839DA;
}
.AnyTagClassName
{
color: #8839DA;
}
</style>
background-color css
<style>
a { background-color: #8839DA; }
a { background-color: rgb(136,57,218); }
div.DivClassName
{
background-color: #8839DA;
}
.BgClassName
{
background-color: #8839DA;
}
</style>
border-color css
<style>
span { border-color: #8839DA; }
span { border-color: rgb(136,57,218); }
td.TdClassName
{
border-color: #8839DA;
}
.TagClassName
{
border-color: #8839DA;
}
</style>