Shades of Dark Violet #830FCB
Tints of Dark Violet #830FCB
RGB
CMYK
RGB Variations
Color information
#830FCB (or 0x830FCB) is known color: Dark Violet. HEX triplet: 83, 0F and CB. RGB value is (131,15,203). Sum of RGB (Red+Green+Blue) = 131+15+203=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #830FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FCB is #7CF034. Grayscale: #464646. Windows color (decimal): -8187957 or 13307779. OLE color: 13307779.
HSL color Cylindrical-coordinate representation of color #830FCB: hue angle of 277.02º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FCB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 15 | 203 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.20 |
| HSL | 277.02º | 0.86% | 0.43% | - |
| HSV(B) | 277.02º | 0.93% | 0.8% | - |
| XYZ | 20.31 | 9.48 | 57.26 | - |
| YUV | 71.12 | 202.43 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 203 | 0.35 | 0.93 | 0 | 0.20 | 277.02 | 0.86 | 0.43 |
| Hex | 83 | F | CB | 23 | 5D | 0 | 14 | 115 | 56 | 2B |
| Octal | 203 | 17 | 313 | 43 | 135 | 0 | 24 | 425 | 126 | 53 |
| Binary | 10000011 | 1111 | 11001011 | 100011 | 1011101 | 0 | 10100 | 100010101 | 1010110 | 101011 |
Color Harmonies of #830FCB
Complementary color
Monochromatic Colors of #830FCB
Black with #830FCB
Text Example
Text Example
White with #830FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FCB; }
p { color: rgb(131,15,203); }
H1.HeaderClassName
{
color: #830FCB;
}
.AnyTagClassName
{
color: #830FCB;
}
</style>
background-color css
<style>
a { background-color: #830FCB; }
a { background-color: rgb(131,15,203); }
div.DivClassName
{
background-color: #830FCB;
}
.BgClassName
{
background-color: #830FCB;
}
</style>
border-color css
<style>
span { border-color: #830FCB; }
span { border-color: rgb(131,15,203); }
td.TdClassName
{
border-color: #830FCB;
}
.TagClassName
{
border-color: #830FCB;
}
</style>