Shades of Blue Violet #8833DA
Tints of Blue Violet #8833DA
RGB
CMYK
RGB Variations
Color information
#8833DA (or 0x8833DA) is known color: Blue Violet. HEX triplet: 88, 33 and DA. RGB value is (136,51,218). Sum of RGB (Red+Green+Blue) = 136+51+218=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #8833DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833DA is #77CC25. Grayscale: #5E5E5E. Windows color (decimal): -7851046 or 14300040. OLE color: 14300040.
HSL color Cylindrical-coordinate representation of color #8833DA: hue angle of 270.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8833DA is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 51 | 218 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.15 |
| HSL | 270.54º | 0.69% | 0.53% | - |
| HSV(B) | 270.54º | 0.77% | 0.85% | - |
| XYZ | 23.99 | 12.66 | 67.51 | - |
| YUV | 95.45 | 197.16 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 218 | 0.38 | 0.77 | 0 | 0.15 | 270.54 | 0.69 | 0.53 |
| Hex | 88 | 33 | DA | 26 | 4D | 0 | F | 10F | 45 | 35 |
| Octal | 210 | 63 | 332 | 46 | 115 | 0 | 17 | 417 | 105 | 65 |
| Binary | 10001000 | 110011 | 11011010 | 100110 | 1001101 | 0 | 1111 | 100001111 | 1000101 | 110101 |
Color Harmonies of #8833DA
Complementary color
Monochromatic Colors of #8833DA
Black with #8833DA
Text Example
Text Example
White with #8833DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833DA; }
p { color: rgb(136,51,218); }
H1.HeaderClassName
{
color: #8833DA;
}
.AnyTagClassName
{
color: #8833DA;
}
</style>
background-color css
<style>
a { background-color: #8833DA; }
a { background-color: rgb(136,51,218); }
div.DivClassName
{
background-color: #8833DA;
}
.BgClassName
{
background-color: #8833DA;
}
</style>
border-color css
<style>
span { border-color: #8833DA; }
span { border-color: rgb(136,51,218); }
td.TdClassName
{
border-color: #8833DA;
}
.TagClassName
{
border-color: #8833DA;
}
</style>