Shades of Blue Violet #8233FF
Tints of Blue Violet #8233FF
RGB
CMYK
RGB Variations
Color information
#8233FF (or 0x8233FF) is known color: Blue Violet. HEX triplet: 82, 33 and FF. RGB value is (130,51,255). Sum of RGB (Red+Green+Blue) = 130+51+255=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #8233FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8233FF is #7DCC00. Grayscale: #616161. Windows color (decimal): -8244225 or 16724866. OLE color: 16724866.
HSL color Cylindrical-coordinate representation of color #8233FF: hue angle of 263.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8233FF is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 51 | 255 | - |
| CMYK | 0.49 | 0.8 | 0 | 0 |
| HSL | 263.24º | 1% | 0.6% | - |
| HSV(B) | 263.24º | 0.8% | 1% | - |
| XYZ | 28.44 | 14.33 | 95.88 | - |
| YUV | 97.88 | 216.67 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 255 | 0.49 | 0.8 | 0 | 0 | 263.24 | 1 | 0.6 |
| Hex | 82 | 33 | FF | 31 | 50 | 0 | 0 | 107 | 64 | 3C |
| Octal | 202 | 63 | 377 | 61 | 120 | 0 | 0 | 407 | 144 | 74 |
| Binary | 10000010 | 110011 | 11111111 | 110001 | 1010000 | 0 | 0 | 100000111 | 1100100 | 111100 |
Color Harmonies of #8233FF
Complementary color
Monochromatic Colors of #8233FF
Black with #8233FF
Text Example
Text Example
White with #8233FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8233FF; }
p { color: rgb(130,51,255); }
H1.HeaderClassName
{
color: #8233FF;
}
.AnyTagClassName
{
color: #8233FF;
}
</style>
background-color css
<style>
a { background-color: #8233FF; }
a { background-color: rgb(130,51,255); }
div.DivClassName
{
background-color: #8233FF;
}
.BgClassName
{
background-color: #8233FF;
}
</style>
border-color css
<style>
span { border-color: #8233FF; }
span { border-color: rgb(130,51,255); }
td.TdClassName
{
border-color: #8233FF;
}
.TagClassName
{
border-color: #8233FF;
}
</style>