Shades of Dark Violet #830BCF
Tints of Dark Violet #830BCF
RGB
CMYK
RGB Variations
Color information
#830BCF (or 0x830BCF) is known color: Dark Violet. HEX triplet: 83, 0B and CF. RGB value is (131,11,207). Sum of RGB (Red+Green+Blue) = 131+11+207=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #830BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BCF is #7CF430. Grayscale: #444444. Windows color (decimal): -8188977 or 13568899. OLE color: 13568899.
HSL color Cylindrical-coordinate representation of color #830BCF: hue angle of 276.73º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BCF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 11 | 207 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.19 |
| HSL | 276.73º | 0.9% | 0.43% | - |
| HSV(B) | 276.73º | 0.95% | 0.81% | - |
| XYZ | 20.74 | 9.57 | 59.79 | - |
| YUV | 69.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 207 | 0.37 | 0.95 | 0 | 0.19 | 276.73 | 0.9 | 0.43 |
| Hex | 83 | B | CF | 25 | 5F | 0 | 13 | 115 | 5A | 2B |
| Octal | 203 | 13 | 317 | 45 | 137 | 0 | 23 | 425 | 132 | 53 |
| Binary | 10000011 | 1011 | 11001111 | 100101 | 1011111 | 0 | 10011 | 100010101 | 1011010 | 101011 |
Color Harmonies of #830BCF
Complementary color
Monochromatic Colors of #830BCF
Black with #830BCF
Text Example
Text Example
White with #830BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BCF; }
p { color: rgb(131,11,207); }
H1.HeaderClassName
{
color: #830BCF;
}
.AnyTagClassName
{
color: #830BCF;
}
</style>
background-color css
<style>
a { background-color: #830BCF; }
a { background-color: rgb(131,11,207); }
div.DivClassName
{
background-color: #830BCF;
}
.BgClassName
{
background-color: #830BCF;
}
</style>
border-color css
<style>
span { border-color: #830BCF; }
span { border-color: rgb(131,11,207); }
td.TdClassName
{
border-color: #830BCF;
}
.TagClassName
{
border-color: #830BCF;
}
</style>