Shades of True V #835DCD
Tints of True V #835DCD
RGB
CMYK
RGB Variations
Color information
#835DCD (or 0x835DCD) is known color: True V. HEX triplet: 83, 5D and CD. RGB value is (131,93,205). Sum of RGB (Red+Green+Blue) = 131+93+205=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #835DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCD is #7CA232. Grayscale: #747474. Windows color (decimal): -8167987 or 13458819. OLE color: 13458819.
HSL color Cylindrical-coordinate representation of color #835DCD: hue angle of 260.36º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835DCD is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 93 | 205 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.20 |
| HSL | 260.36º | 0.53% | 0.58% | - |
| HSV(B) | 260.36º | 0.55% | 0.8% | - |
| XYZ | 24.29 | 17.06 | 59.77 | - |
| YUV | 117.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 205 | 0.36 | 0.55 | 0 | 0.20 | 260.36 | 0.53 | 0.58 |
| Hex | 83 | 5D | CD | 24 | 37 | 0 | 14 | 104 | 35 | 3A |
| Octal | 203 | 135 | 315 | 44 | 67 | 0 | 24 | 404 | 65 | 72 |
| Binary | 10000011 | 1011101 | 11001101 | 100100 | 110111 | 0 | 10100 | 100000100 | 110101 | 111010 |
Color Harmonies of #835DCD
Complementary color
Monochromatic Colors of #835DCD
Black with #835DCD
Text Example
Text Example
White with #835DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DCD; }
p { color: rgb(131,93,205); }
H1.HeaderClassName
{
color: #835DCD;
}
.AnyTagClassName
{
color: #835DCD;
}
</style>
background-color css
<style>
a { background-color: #835DCD; }
a { background-color: rgb(131,93,205); }
div.DivClassName
{
background-color: #835DCD;
}
.BgClassName
{
background-color: #835DCD;
}
</style>
border-color css
<style>
span { border-color: #835DCD; }
span { border-color: rgb(131,93,205); }
td.TdClassName
{
border-color: #835DCD;
}
.TagClassName
{
border-color: #835DCD;
}
</style>