Shades of Blue Violet #8330CF
Tints of Blue Violet #8330CF
RGB
CMYK
RGB Variations
Color information
#8330CF (or 0x8330CF) is known color: Blue Violet. HEX triplet: 83, 30 and CF. RGB value is (131,48,207). Sum of RGB (Red+Green+Blue) = 131+48+207=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #8330CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330CF is #7CCF30. Grayscale: #5A5A5A. Windows color (decimal): -8179505 or 13578371. OLE color: 13578371.
HSL color Cylindrical-coordinate representation of color #8330CF: hue angle of 271.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8330CF is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 48 | 207 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.19 |
| HSL | 271.32º | 0.62% | 0.5% | - |
| HSV(B) | 271.32º | 0.77% | 0.81% | - |
| XYZ | 21.68 | 11.44 | 60.1 | - |
| YUV | 90.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 207 | 0.37 | 0.77 | 0 | 0.19 | 271.32 | 0.62 | 0.5 |
| Hex | 83 | 30 | CF | 25 | 4D | 0 | 13 | 10F | 3E | 32 |
| Octal | 203 | 60 | 317 | 45 | 115 | 0 | 23 | 417 | 76 | 62 |
| Binary | 10000011 | 110000 | 11001111 | 100101 | 1001101 | 0 | 10011 | 100001111 | 111110 | 110010 |
Color Harmonies of #8330CF
Complementary color
Monochromatic Colors of #8330CF
Black with #8330CF
Text Example
Text Example
White with #8330CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8330CF; }
p { color: rgb(131,48,207); }
H1.HeaderClassName
{
color: #8330CF;
}
.AnyTagClassName
{
color: #8330CF;
}
</style>
background-color css
<style>
a { background-color: #8330CF; }
a { background-color: rgb(131,48,207); }
div.DivClassName
{
background-color: #8330CF;
}
.BgClassName
{
background-color: #8330CF;
}
</style>
border-color css
<style>
span { border-color: #8330CF; }
span { border-color: rgb(131,48,207); }
td.TdClassName
{
border-color: #8330CF;
}
.TagClassName
{
border-color: #8330CF;
}
</style>