Shades of Dark Violet #830CCD
Tints of Dark Violet #830CCD
RGB
CMYK
RGB Variations
Color information
#830CCD (or 0x830CCD) is known color: Dark Violet. HEX triplet: 83, 0C and CD. RGB value is (131,12,205). Sum of RGB (Red+Green+Blue) = 131+12+205=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #830CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CCD is #7CF332. Grayscale: #444444. Windows color (decimal): -8188723 or 13438083. OLE color: 13438083.
HSL color Cylindrical-coordinate representation of color #830CCD: hue angle of 276.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CCD is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 12 | 205 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.20 |
| HSL | 276.99º | 0.89% | 0.43% | - |
| HSV(B) | 276.99º | 0.94% | 0.8% | - |
| XYZ | 20.51 | 9.5 | 58.51 | - |
| YUV | 69.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 205 | 0.36 | 0.94 | 0 | 0.20 | 276.99 | 0.89 | 0.43 |
| Hex | 83 | C | CD | 24 | 5E | 0 | 14 | 115 | 59 | 2B |
| Octal | 203 | 14 | 315 | 44 | 136 | 0 | 24 | 425 | 131 | 53 |
| Binary | 10000011 | 1100 | 11001101 | 100100 | 1011110 | 0 | 10100 | 100010101 | 1011001 | 101011 |
Color Harmonies of #830CCD
Complementary color
Monochromatic Colors of #830CCD
Black with #830CCD
Text Example
Text Example
White with #830CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CCD; }
p { color: rgb(131,12,205); }
H1.HeaderClassName
{
color: #830CCD;
}
.AnyTagClassName
{
color: #830CCD;
}
</style>
background-color css
<style>
a { background-color: #830CCD; }
a { background-color: rgb(131,12,205); }
div.DivClassName
{
background-color: #830CCD;
}
.BgClassName
{
background-color: #830CCD;
}
</style>
border-color css
<style>
span { border-color: #830CCD; }
span { border-color: rgb(131,12,205); }
td.TdClassName
{
border-color: #830CCD;
}
.TagClassName
{
border-color: #830CCD;
}
</style>