Shades of Blue Violet #8233D7
Tints of Blue Violet #8233D7
RGB
CMYK
RGB Variations
Color information
#8233D7 (or 0x8233D7) is known color: Blue Violet. HEX triplet: 82, 33 and D7. RGB value is (130,51,215). Sum of RGB (Red+Green+Blue) = 130+51+215=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #8233D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8233D7 is #7DCC28. Grayscale: #5C5C5C. Windows color (decimal): -8244265 or 14103426. OLE color: 14103426.
HSL color Cylindrical-coordinate representation of color #8233D7: hue angle of 268.9º 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 #8233D7 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 51 | 215 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.16 |
| HSL | 268.9º | 0.67% | 0.52% | - |
| HSV(B) | 268.9º | 0.76% | 0.84% | - |
| XYZ | 22.66 | 12.02 | 65.42 | - |
| YUV | 93.32 | 196.67 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 215 | 0.40 | 0.76 | 0 | 0.16 | 268.9 | 0.67 | 0.52 |
| Hex | 82 | 33 | D7 | 28 | 4C | 0 | 10 | 10D | 43 | 34 |
| Octal | 202 | 63 | 327 | 50 | 114 | 0 | 20 | 415 | 103 | 64 |
| Binary | 10000010 | 110011 | 11010111 | 101000 | 1001100 | 0 | 10000 | 100001101 | 1000011 | 110100 |
Color Harmonies of #8233D7
Complementary color
Monochromatic Colors of #8233D7
Black with #8233D7
Text Example
Text Example
White with #8233D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8233D7; }
p { color: rgb(130,51,215); }
H1.HeaderClassName
{
color: #8233D7;
}
.AnyTagClassName
{
color: #8233D7;
}
</style>
background-color css
<style>
a { background-color: #8233D7; }
a { background-color: rgb(130,51,215); }
div.DivClassName
{
background-color: #8233D7;
}
.BgClassName
{
background-color: #8233D7;
}
</style>
border-color css
<style>
span { border-color: #8233D7; }
span { border-color: rgb(130,51,215); }
td.TdClassName
{
border-color: #8233D7;
}
.TagClassName
{
border-color: #8233D7;
}
</style>