Shades of Dark Violet #830CCB
Tints of Dark Violet #830CCB
RGB
CMYK
RGB Variations
Color information
#830CCB (or 0x830CCB) is known color: Dark Violet. HEX triplet: 83, 0C and CB. RGB value is (131,12,203). Sum of RGB (Red+Green+Blue) = 131+12+203=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #830CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CCB is #7CF334. Grayscale: #444444. Windows color (decimal): -8188725 or 13307011. OLE color: 13307011.
HSL color Cylindrical-coordinate representation of color #830CCB: hue angle of 277.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CCB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 12 | 203 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.20 |
| HSL | 277.38º | 0.89% | 0.42% | - |
| HSV(B) | 277.38º | 0.94% | 0.8% | - |
| XYZ | 20.27 | 9.4 | 57.25 | - |
| YUV | 69.36 | 203.42 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 203 | 0.35 | 0.94 | 0 | 0.20 | 277.38 | 0.89 | 0.42 |
| Hex | 83 | C | CB | 23 | 5E | 0 | 14 | 115 | 59 | 2A |
| Octal | 203 | 14 | 313 | 43 | 136 | 0 | 24 | 425 | 131 | 52 |
| Binary | 10000011 | 1100 | 11001011 | 100011 | 1011110 | 0 | 10100 | 100010101 | 1011001 | 101010 |
Color Harmonies of #830CCB
Complementary color
Monochromatic Colors of #830CCB
Black with #830CCB
Text Example
Text Example
White with #830CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CCB; }
p { color: rgb(131,12,203); }
H1.HeaderClassName
{
color: #830CCB;
}
.AnyTagClassName
{
color: #830CCB;
}
</style>
background-color css
<style>
a { background-color: #830CCB; }
a { background-color: rgb(131,12,203); }
div.DivClassName
{
background-color: #830CCB;
}
.BgClassName
{
background-color: #830CCB;
}
</style>
border-color css
<style>
span { border-color: #830CCB; }
span { border-color: rgb(131,12,203); }
td.TdClassName
{
border-color: #830CCB;
}
.TagClassName
{
border-color: #830CCB;
}
</style>