Shades of Dark Violet #830ACF
Tints of Dark Violet #830ACF
RGB
CMYK
RGB Variations
Color information
#830ACF (or 0x830ACF) is known color: Dark Violet. HEX triplet: 83, 0A and CF. RGB value is (131,10,207). Sum of RGB (Red+Green+Blue) = 131+10+207=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #830ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ACF is #7CF530. Grayscale: #434343. Windows color (decimal): -8189233 or 13568643. OLE color: 13568643.
HSL color Cylindrical-coordinate representation of color #830ACF: hue angle of 276.85º degrees, saturation: 0.91, 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 #830ACF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 10 | 207 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.19 |
| HSL | 276.85º | 0.91% | 0.43% | - |
| HSV(B) | 276.85º | 0.95% | 0.81% | - |
| XYZ | 20.73 | 9.55 | 59.78 | - |
| YUV | 68.64 | 206.09 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 207 | 0.37 | 0.95 | 0 | 0.19 | 276.85 | 0.91 | 0.43 |
| Hex | 83 | A | CF | 25 | 5F | 0 | 13 | 115 | 5B | 2B |
| Octal | 203 | 12 | 317 | 45 | 137 | 0 | 23 | 425 | 133 | 53 |
| Binary | 10000011 | 1010 | 11001111 | 100101 | 1011111 | 0 | 10011 | 100010101 | 1011011 | 101011 |
Color Harmonies of #830ACF
Complementary color
Monochromatic Colors of #830ACF
Black with #830ACF
Text Example
Text Example
White with #830ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ACF; }
p { color: rgb(131,10,207); }
H1.HeaderClassName
{
color: #830ACF;
}
.AnyTagClassName
{
color: #830ACF;
}
</style>
background-color css
<style>
a { background-color: #830ACF; }
a { background-color: rgb(131,10,207); }
div.DivClassName
{
background-color: #830ACF;
}
.BgClassName
{
background-color: #830ACF;
}
</style>
border-color css
<style>
span { border-color: #830ACF; }
span { border-color: rgb(131,10,207); }
td.TdClassName
{
border-color: #830ACF;
}
.TagClassName
{
border-color: #830ACF;
}
</style>