Shades of Blue Violet #833FF8
Tints of Blue Violet #833FF8
RGB
CMYK
RGB Variations
Color information
#833FF8 (or 0x833FF8) is known color: Blue Violet. HEX triplet: 83, 3F and F8. RGB value is (131,63,248). Sum of RGB (Red+Green+Blue) = 131+63+248=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #833FF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833FF8 is #7CC007. Grayscale: #676767. Windows color (decimal): -8175624 or 16269187. OLE color: 16269187.
HSL color Cylindrical-coordinate representation of color #833FF8: hue angle of 262.05º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833FF8 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 63 | 248 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.03 |
| HSL | 262.05º | 0.93% | 0.61% | - |
| HSV(B) | 262.05º | 0.75% | 0.97% | - |
| XYZ | 28.08 | 15.16 | 90.25 | - |
| YUV | 104.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 248 | 0.47 | 0.75 | 0 | 0.03 | 262.05 | 0.93 | 0.61 |
| Hex | 83 | 3F | F8 | 2F | 4B | 0 | 3 | 106 | 5D | 3D |
| Octal | 203 | 77 | 370 | 57 | 113 | 0 | 3 | 406 | 135 | 75 |
| Binary | 10000011 | 111111 | 11111000 | 101111 | 1001011 | 0 | 11 | 100000110 | 1011101 | 111101 |
Color Harmonies of #833FF8
Complementary color
Monochromatic Colors of #833FF8
Black with #833FF8
Text Example
Text Example
White with #833FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FF8; }
p { color: rgb(131,63,248); }
H1.HeaderClassName
{
color: #833FF8;
}
.AnyTagClassName
{
color: #833FF8;
}
</style>
background-color css
<style>
a { background-color: #833FF8; }
a { background-color: rgb(131,63,248); }
div.DivClassName
{
background-color: #833FF8;
}
.BgClassName
{
background-color: #833FF8;
}
</style>
border-color css
<style>
span { border-color: #833FF8; }
span { border-color: rgb(131,63,248); }
td.TdClassName
{
border-color: #833FF8;
}
.TagClassName
{
border-color: #833FF8;
}
</style>