Shades of Blue Violet #8033D7
Tints of Blue Violet #8033D7
RGB
CMYK
RGB Variations
Color information
#8033D7 (or 0x8033D7) is known color: Blue Violet. HEX triplet: 80, 33 and D7. RGB value is (128,51,215). Sum of RGB (Red+Green+Blue) = 128+51+215=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #8033D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8033D7 is #7FCC28. Grayscale: #5C5C5C. Windows color (decimal): -8375337 or 14103424. OLE color: 14103424.
HSL color Cylindrical-coordinate representation of color #8033D7: hue angle of 268.17º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8033D7 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 51 | 215 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.16 |
| HSL | 268.17º | 0.67% | 0.52% | - |
| HSV(B) | 268.17º | 0.76% | 0.84% | - |
| XYZ | 22.35 | 11.86 | 65.4 | - |
| YUV | 92.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 215 | 0.40 | 0.76 | 0 | 0.16 | 268.17 | 0.67 | 0.52 |
| Hex | 80 | 33 | D7 | 28 | 4C | 0 | 10 | 10C | 43 | 34 |
| Octal | 200 | 63 | 327 | 50 | 114 | 0 | 20 | 414 | 103 | 64 |
| Binary | 10000000 | 110011 | 11010111 | 101000 | 1001100 | 0 | 10000 | 100001100 | 1000011 | 110100 |
Color Harmonies of #8033D7
Complementary color
Monochromatic Colors of #8033D7
Black with #8033D7
Text Example
Text Example
White with #8033D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8033D7; }
p { color: rgb(128,51,215); }
H1.HeaderClassName
{
color: #8033D7;
}
.AnyTagClassName
{
color: #8033D7;
}
</style>
background-color css
<style>
a { background-color: #8033D7; }
a { background-color: rgb(128,51,215); }
div.DivClassName
{
background-color: #8033D7;
}
.BgClassName
{
background-color: #8033D7;
}
</style>
border-color css
<style>
span { border-color: #8033D7; }
span { border-color: rgb(128,51,215); }
td.TdClassName
{
border-color: #8033D7;
}
.TagClassName
{
border-color: #8033D7;
}
</style>