Shades of Blue Violet #830FEA
Tints of Blue Violet #830FEA
RGB
CMYK
RGB Variations
Color information
#830FEA (or 0x830FEA) is known color: Blue Violet. HEX triplet: 83, 0F and EA. RGB value is (131,15,234). Sum of RGB (Red+Green+Blue) = 131+15+234=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #830FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FEA is #7CF015. Grayscale: #494949. Windows color (decimal): -8187926 or 15339395. OLE color: 15339395.
HSL color Cylindrical-coordinate representation of color #830FEA: hue angle of 271.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830FEA is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 15 | 234 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.08 |
| HSL | 271.78º | 0.88% | 0.49% | - |
| HSV(B) | 271.78º | 0.94% | 0.92% | - |
| XYZ | 24.38 | 11.11 | 78.7 | - |
| YUV | 74.65 | 217.93 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 234 | 0.44 | 0.94 | 0 | 0.08 | 271.78 | 0.88 | 0.49 |
| Hex | 83 | F | EA | 2C | 5E | 0 | 8 | 110 | 58 | 31 |
| Octal | 203 | 17 | 352 | 54 | 136 | 0 | 10 | 420 | 130 | 61 |
| Binary | 10000011 | 1111 | 11101010 | 101100 | 1011110 | 0 | 1000 | 100010000 | 1011000 | 110001 |
Color Harmonies of #830FEA
Complementary color
Monochromatic Colors of #830FEA
Black with #830FEA
Text Example
Text Example
White with #830FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FEA; }
p { color: rgb(131,15,234); }
H1.HeaderClassName
{
color: #830FEA;
}
.AnyTagClassName
{
color: #830FEA;
}
</style>
background-color css
<style>
a { background-color: #830FEA; }
a { background-color: rgb(131,15,234); }
div.DivClassName
{
background-color: #830FEA;
}
.BgClassName
{
background-color: #830FEA;
}
</style>
border-color css
<style>
span { border-color: #830FEA; }
span { border-color: rgb(131,15,234); }
td.TdClassName
{
border-color: #830FEA;
}
.TagClassName
{
border-color: #830FEA;
}
</style>