Shades of True V #835CC9
Tints of True V #835CC9
RGB
CMYK
RGB Variations
Color information
#835CC9 (or 0x835CC9) is known color: True V. HEX triplet: 83, 5C and C9. RGB value is (131,92,201). Sum of RGB (Red+Green+Blue) = 131+92+201=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #835CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CC9 is #7CA336. Grayscale: #737373. Windows color (decimal): -8168247 or 13196419. OLE color: 13196419.
HSL color Cylindrical-coordinate representation of color #835CC9: hue angle of 261.47º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835CC9 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 92 | 201 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.21 |
| HSL | 261.47º | 0.5% | 0.57% | - |
| HSV(B) | 261.47º | 0.54% | 0.79% | - |
| XYZ | 23.73 | 16.7 | 57.23 | - |
| YUV | 116.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 201 | 0.35 | 0.54 | 0 | 0.21 | 261.47 | 0.5 | 0.57 |
| Hex | 83 | 5C | C9 | 23 | 36 | 0 | 15 | 105 | 32 | 39 |
| Octal | 203 | 134 | 311 | 43 | 66 | 0 | 25 | 405 | 62 | 71 |
| Binary | 10000011 | 1011100 | 11001001 | 100011 | 110110 | 0 | 10101 | 100000101 | 110010 | 111001 |
Color Harmonies of #835CC9
Complementary color
Monochromatic Colors of #835CC9
Black with #835CC9
Text Example
Text Example
White with #835CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CC9; }
p { color: rgb(131,92,201); }
H1.HeaderClassName
{
color: #835CC9;
}
.AnyTagClassName
{
color: #835CC9;
}
</style>
background-color css
<style>
a { background-color: #835CC9; }
a { background-color: rgb(131,92,201); }
div.DivClassName
{
background-color: #835CC9;
}
.BgClassName
{
background-color: #835CC9;
}
</style>
border-color css
<style>
span { border-color: #835CC9; }
span { border-color: rgb(131,92,201); }
td.TdClassName
{
border-color: #835CC9;
}
.TagClassName
{
border-color: #835CC9;
}
</style>