Shades of Dark Violet #830ADC
Tints of Dark Violet #830ADC
RGB
CMYK
RGB Variations
Color information
#830ADC (or 0x830ADC) is known color: Dark Violet. HEX triplet: 83, 0A and DC. RGB value is (131,10,220). Sum of RGB (Red+Green+Blue) = 131+10+220=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #830ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ADC is #7CF523. Grayscale: #454545. Windows color (decimal): -8189220 or 14420611. OLE color: 14420611.
HSL color Cylindrical-coordinate representation of color #830ADC: hue angle of 274.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ADC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 10 | 220 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.14 |
| HSL | 274.57º | 0.91% | 0.45% | - |
| HSV(B) | 274.57º | 0.95% | 0.86% | - |
| XYZ | 22.39 | 10.21 | 68.5 | - |
| YUV | 70.12 | 212.59 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 220 | 0.40 | 0.95 | 0 | 0.14 | 274.57 | 0.91 | 0.45 |
| Hex | 83 | A | DC | 28 | 5F | 0 | E | 113 | 5B | 2D |
| Octal | 203 | 12 | 334 | 50 | 137 | 0 | 16 | 423 | 133 | 55 |
| Binary | 10000011 | 1010 | 11011100 | 101000 | 1011111 | 0 | 1110 | 100010011 | 1011011 | 101101 |
Color Harmonies of #830ADC
Complementary color
Monochromatic Colors of #830ADC
Black with #830ADC
Text Example
Text Example
White with #830ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830ADC; }
p { color: rgb(131,10,220); }
H1.HeaderClassName
{
color: #830ADC;
}
.AnyTagClassName
{
color: #830ADC;
}
</style>
background-color css
<style>
a { background-color: #830ADC; }
a { background-color: rgb(131,10,220); }
div.DivClassName
{
background-color: #830ADC;
}
.BgClassName
{
background-color: #830ADC;
}
</style>
border-color css
<style>
span { border-color: #830ADC; }
span { border-color: rgb(131,10,220); }
td.TdClassName
{
border-color: #830ADC;
}
.TagClassName
{
border-color: #830ADC;
}
</style>