Shades of Blue Violet #8333CC
Tints of Blue Violet #8333CC
RGB
CMYK
RGB Variations
Color information
#8333CC (or 0x8333CC) is known color: Blue Violet. HEX triplet: 83, 33 and CC. RGB value is (131,51,204). Sum of RGB (Red+Green+Blue) = 131+51+204=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #8333CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8333CC is #7CCC33. Grayscale: #5B5B5B. Windows color (decimal): -8178740 or 13382531. OLE color: 13382531.
HSL color Cylindrical-coordinate representation of color #8333CC: hue angle of 271.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8333CC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 51 | 204 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.2 |
| HSL | 271.37º | 0.6% | 0.5% | - |
| HSV(B) | 271.37º | 0.75% | 0.8% | - |
| XYZ | 21.44 | 11.55 | 58.23 | - |
| YUV | 92.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 204 | 0.36 | 0.75 | 0 | 0.2 | 271.37 | 0.6 | 0.5 |
| Hex | 83 | 33 | CC | 24 | 4B | 0 | 14 | 10F | 3C | 32 |
| Octal | 203 | 63 | 314 | 44 | 113 | 0 | 24 | 417 | 74 | 62 |
| Binary | 10000011 | 110011 | 11001100 | 100100 | 1001011 | 0 | 10100 | 100001111 | 111100 | 110010 |
Color Harmonies of #8333CC
Complementary color
Monochromatic Colors of #8333CC
Black with #8333CC
Text Example
Text Example
White with #8333CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333CC; }
p { color: rgb(131,51,204); }
H1.HeaderClassName
{
color: #8333CC;
}
.AnyTagClassName
{
color: #8333CC;
}
</style>
background-color css
<style>
a { background-color: #8333CC; }
a { background-color: rgb(131,51,204); }
div.DivClassName
{
background-color: #8333CC;
}
.BgClassName
{
background-color: #8333CC;
}
</style>
border-color css
<style>
span { border-color: #8333CC; }
span { border-color: rgb(131,51,204); }
td.TdClassName
{
border-color: #8333CC;
}
.TagClassName
{
border-color: #8333CC;
}
</style>