Shades of True V #835DC9
Tints of True V #835DC9
RGB
CMYK
RGB Variations
Color information
#835DC9 (or 0x835DC9) is known color: True V. HEX triplet: 83, 5D and C9. RGB value is (131,93,201). Sum of RGB (Red+Green+Blue) = 131+93+201=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #835DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DC9 is #7CA236. Grayscale: #747474. Windows color (decimal): -8167991 or 13196675. OLE color: 13196675.
HSL color Cylindrical-coordinate representation of color #835DC9: hue angle of 261.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835DC9 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 93 | 201 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.21 |
| HSL | 261.11º | 0.5% | 0.58% | - |
| HSV(B) | 261.11º | 0.54% | 0.79% | - |
| XYZ | 23.82 | 16.87 | 57.26 | - |
| YUV | 116.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 201 | 0.35 | 0.54 | 0 | 0.21 | 261.11 | 0.5 | 0.58 |
| Hex | 83 | 5D | C9 | 23 | 36 | 0 | 15 | 105 | 32 | 3A |
| Octal | 203 | 135 | 311 | 43 | 66 | 0 | 25 | 405 | 62 | 72 |
| Binary | 10000011 | 1011101 | 11001001 | 100011 | 110110 | 0 | 10101 | 100000101 | 110010 | 111010 |
Color Harmonies of #835DC9
Complementary color
Monochromatic Colors of #835DC9
Black with #835DC9
Text Example
Text Example
White with #835DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DC9; }
p { color: rgb(131,93,201); }
H1.HeaderClassName
{
color: #835DC9;
}
.AnyTagClassName
{
color: #835DC9;
}
</style>
background-color css
<style>
a { background-color: #835DC9; }
a { background-color: rgb(131,93,201); }
div.DivClassName
{
background-color: #835DC9;
}
.BgClassName
{
background-color: #835DC9;
}
</style>
border-color css
<style>
span { border-color: #835DC9; }
span { border-color: rgb(131,93,201); }
td.TdClassName
{
border-color: #835DC9;
}
.TagClassName
{
border-color: #835DC9;
}
</style>