Shades of Dark Violet #830BEA
Tints of Dark Violet #830BEA
RGB
CMYK
RGB Variations
Color information
#830BEA (or 0x830BEA) is known color: Dark Violet. HEX triplet: 83, 0B and EA. RGB value is (131,11,234). Sum of RGB (Red+Green+Blue) = 131+11+234=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #830BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BEA is #7CF415. Grayscale: #474747. Windows color (decimal): -8188950 or 15338371. OLE color: 15338371.
HSL color Cylindrical-coordinate representation of color #830BEA: hue angle of 272.29º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BEA is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 11 | 234 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.08 |
| HSL | 272.29º | 0.91% | 0.48% | - |
| HSV(B) | 272.29º | 0.95% | 0.92% | - |
| XYZ | 24.33 | 11.01 | 78.68 | - |
| YUV | 72.3 | 219.26 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 234 | 0.44 | 0.95 | 0 | 0.08 | 272.29 | 0.91 | 0.48 |
| Hex | 83 | B | EA | 2C | 5F | 0 | 8 | 110 | 5B | 30 |
| Octal | 203 | 13 | 352 | 54 | 137 | 0 | 10 | 420 | 133 | 60 |
| Binary | 10000011 | 1011 | 11101010 | 101100 | 1011111 | 0 | 1000 | 100010000 | 1011011 | 110000 |
Color Harmonies of #830BEA
Complementary color
Monochromatic Colors of #830BEA
Black with #830BEA
Text Example
Text Example
White with #830BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BEA; }
p { color: rgb(131,11,234); }
H1.HeaderClassName
{
color: #830BEA;
}
.AnyTagClassName
{
color: #830BEA;
}
</style>
background-color css
<style>
a { background-color: #830BEA; }
a { background-color: rgb(131,11,234); }
div.DivClassName
{
background-color: #830BEA;
}
.BgClassName
{
background-color: #830BEA;
}
</style>
border-color css
<style>
span { border-color: #830BEA; }
span { border-color: rgb(131,11,234); }
td.TdClassName
{
border-color: #830BEA;
}
.TagClassName
{
border-color: #830BEA;
}
</style>