Shades of Dark Violet #830CCF
Tints of Dark Violet #830CCF
RGB
CMYK
RGB Variations
Color information
#830CCF (or 0x830CCF) is known color: Dark Violet. HEX triplet: 83, 0C and CF. RGB value is (131,12,207). Sum of RGB (Red+Green+Blue) = 131+12+207=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #830CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CCF is #7CF330. Grayscale: #454545. Windows color (decimal): -8188721 or 13569155. OLE color: 13569155.
HSL color Cylindrical-coordinate representation of color #830CCF: hue angle of 276.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CCF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 12 | 207 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.19 |
| HSL | 276.62º | 0.89% | 0.43% | - |
| HSV(B) | 276.62º | 0.94% | 0.81% | - |
| XYZ | 20.75 | 9.59 | 59.79 | - |
| YUV | 69.81 | 205.42 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 207 | 0.37 | 0.94 | 0 | 0.19 | 276.62 | 0.89 | 0.43 |
| Hex | 83 | C | CF | 25 | 5E | 0 | 13 | 115 | 59 | 2B |
| Octal | 203 | 14 | 317 | 45 | 136 | 0 | 23 | 425 | 131 | 53 |
| Binary | 10000011 | 1100 | 11001111 | 100101 | 1011110 | 0 | 10011 | 100010101 | 1011001 | 101011 |
Color Harmonies of #830CCF
Complementary color
Monochromatic Colors of #830CCF
Black with #830CCF
Text Example
Text Example
White with #830CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CCF; }
p { color: rgb(131,12,207); }
H1.HeaderClassName
{
color: #830CCF;
}
.AnyTagClassName
{
color: #830CCF;
}
</style>
background-color css
<style>
a { background-color: #830CCF; }
a { background-color: rgb(131,12,207); }
div.DivClassName
{
background-color: #830CCF;
}
.BgClassName
{
background-color: #830CCF;
}
</style>
border-color css
<style>
span { border-color: #830CCF; }
span { border-color: rgb(131,12,207); }
td.TdClassName
{
border-color: #830CCF;
}
.TagClassName
{
border-color: #830CCF;
}
</style>