Shades of Blue Violet #830BEC
Tints of Blue Violet #830BEC
RGB
CMYK
RGB Variations
Color information
#830BEC (or 0x830BEC) is known color: Blue Violet. HEX triplet: 83, 0B and EC. RGB value is (131,11,236). Sum of RGB (Red+Green+Blue) = 131+11+236=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #830BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BEC is #7CF413. Grayscale: #474747. Windows color (decimal): -8188948 or 15469443. OLE color: 15469443.
HSL color Cylindrical-coordinate representation of color #830BEC: hue angle of 272º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BEC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 11 | 236 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.07 |
| HSL | 272º | 0.91% | 0.48% | - |
| HSV(B) | 272º | 0.95% | 0.93% | - |
| XYZ | 24.62 | 11.12 | 80.21 | - |
| YUV | 72.53 | 220.26 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 236 | 0.44 | 0.95 | 0 | 0.07 | 272 | 0.91 | 0.48 |
| Hex | 83 | B | EC | 2C | 5F | 0 | 7 | 110 | 5B | 30 |
| Octal | 203 | 13 | 354 | 54 | 137 | 0 | 7 | 420 | 133 | 60 |
| Binary | 10000011 | 1011 | 11101100 | 101100 | 1011111 | 0 | 111 | 100010000 | 1011011 | 110000 |
Color Harmonies of #830BEC
Complementary color
Monochromatic Colors of #830BEC
Black with #830BEC
Text Example
Text Example
White with #830BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BEC; }
p { color: rgb(131,11,236); }
H1.HeaderClassName
{
color: #830BEC;
}
.AnyTagClassName
{
color: #830BEC;
}
</style>
background-color css
<style>
a { background-color: #830BEC; }
a { background-color: rgb(131,11,236); }
div.DivClassName
{
background-color: #830BEC;
}
.BgClassName
{
background-color: #830BEC;
}
</style>
border-color css
<style>
span { border-color: #830BEC; }
span { border-color: rgb(131,11,236); }
td.TdClassName
{
border-color: #830BEC;
}
.TagClassName
{
border-color: #830BEC;
}
</style>