Shades of Dark Violet #830BCB
Tints of Dark Violet #830BCB
RGB
CMYK
RGB Variations
Color information
#830BCB (or 0x830BCB) is known color: Dark Violet. HEX triplet: 83, 0B and CB. RGB value is (131,11,203). Sum of RGB (Red+Green+Blue) = 131+11+203=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #830BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BCB is #7CF434. Grayscale: #444444. Windows color (decimal): -8188981 or 13306755. OLE color: 13306755.
HSL color Cylindrical-coordinate representation of color #830BCB: hue angle of 277.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BCB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 11 | 203 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.20 |
| HSL | 277.5º | 0.9% | 0.42% | - |
| HSV(B) | 277.5º | 0.95% | 0.8% | - |
| XYZ | 20.26 | 9.38 | 57.24 | - |
| YUV | 68.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 203 | 0.35 | 0.95 | 0 | 0.20 | 277.5 | 0.9 | 0.42 |
| Hex | 83 | B | CB | 23 | 5F | 0 | 14 | 116 | 5A | 2A |
| Octal | 203 | 13 | 313 | 43 | 137 | 0 | 24 | 426 | 132 | 52 |
| Binary | 10000011 | 1011 | 11001011 | 100011 | 1011111 | 0 | 10100 | 100010110 | 1011010 | 101010 |
Color Harmonies of #830BCB
Complementary color
Monochromatic Colors of #830BCB
Black with #830BCB
Text Example
Text Example
White with #830BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BCB; }
p { color: rgb(131,11,203); }
H1.HeaderClassName
{
color: #830BCB;
}
.AnyTagClassName
{
color: #830BCB;
}
</style>
background-color css
<style>
a { background-color: #830BCB; }
a { background-color: rgb(131,11,203); }
div.DivClassName
{
background-color: #830BCB;
}
.BgClassName
{
background-color: #830BCB;
}
</style>
border-color css
<style>
span { border-color: #830BCB; }
span { border-color: rgb(131,11,203); }
td.TdClassName
{
border-color: #830BCB;
}
.TagClassName
{
border-color: #830BCB;
}
</style>