Shades of Blue Violet #8833D1
Tints of Blue Violet #8833D1
RGB
CMYK
RGB Variations
Color information
#8833D1 (or 0x8833D1) is known color: Blue Violet. HEX triplet: 88, 33 and D1. RGB value is (136,51,209). Sum of RGB (Red+Green+Blue) = 136+51+209=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #8833D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833D1 is #77CC2E. Grayscale: #5D5D5D. Windows color (decimal): -7851055 or 13710216. OLE color: 13710216.
HSL color Cylindrical-coordinate representation of color #8833D1: hue angle of 272.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8833D1 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 51 | 209 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.18 |
| HSL | 272.28º | 0.63% | 0.51% | - |
| HSV(B) | 272.28º | 0.76% | 0.82% | - |
| XYZ | 22.85 | 12.21 | 61.47 | - |
| YUV | 94.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 209 | 0.35 | 0.76 | 0 | 0.18 | 272.28 | 0.63 | 0.51 |
| Hex | 88 | 33 | D1 | 23 | 4C | 0 | 12 | 110 | 3F | 33 |
| Octal | 210 | 63 | 321 | 43 | 114 | 0 | 22 | 420 | 77 | 63 |
| Binary | 10001000 | 110011 | 11010001 | 100011 | 1001100 | 0 | 10010 | 100010000 | 111111 | 110011 |
Color Harmonies of #8833D1
Complementary color
Monochromatic Colors of #8833D1
Black with #8833D1
Text Example
Text Example
White with #8833D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833D1; }
p { color: rgb(136,51,209); }
H1.HeaderClassName
{
color: #8833D1;
}
.AnyTagClassName
{
color: #8833D1;
}
</style>
background-color css
<style>
a { background-color: #8833D1; }
a { background-color: rgb(136,51,209); }
div.DivClassName
{
background-color: #8833D1;
}
.BgClassName
{
background-color: #8833D1;
}
</style>
border-color css
<style>
span { border-color: #8833D1; }
span { border-color: rgb(136,51,209); }
td.TdClassName
{
border-color: #8833D1;
}
.TagClassName
{
border-color: #8833D1;
}
</style>