Shades of True V #835ACF
Tints of True V #835ACF
RGB
CMYK
RGB Variations
Color information
#835ACF (or 0x835ACF) is known color: True V. HEX triplet: 83, 5A and CF. RGB value is (131,90,207). Sum of RGB (Red+Green+Blue) = 131+90+207=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #835ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ACF is #7CA530. Grayscale: #737373. Windows color (decimal): -8168753 or 13589123. OLE color: 13589123.
HSL color Cylindrical-coordinate representation of color #835ACF: hue angle of 261.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835ACF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 90 | 207 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.19 |
| HSL | 261.03º | 0.55% | 0.58% | - |
| HSV(B) | 261.03º | 0.57% | 0.81% | - |
| XYZ | 24.28 | 16.64 | 60.96 | - |
| YUV | 115.6 | 179.58 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 207 | 0.37 | 0.57 | 0 | 0.19 | 261.03 | 0.55 | 0.58 |
| Hex | 83 | 5A | CF | 25 | 39 | 0 | 13 | 105 | 37 | 3A |
| Octal | 203 | 132 | 317 | 45 | 71 | 0 | 23 | 405 | 67 | 72 |
| Binary | 10000011 | 1011010 | 11001111 | 100101 | 111001 | 0 | 10011 | 100000101 | 110111 | 111010 |
Color Harmonies of #835ACF
Complementary color
Monochromatic Colors of #835ACF
Black with #835ACF
Text Example
Text Example
White with #835ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835ACF; }
p { color: rgb(131,90,207); }
H1.HeaderClassName
{
color: #835ACF;
}
.AnyTagClassName
{
color: #835ACF;
}
</style>
background-color css
<style>
a { background-color: #835ACF; }
a { background-color: rgb(131,90,207); }
div.DivClassName
{
background-color: #835ACF;
}
.BgClassName
{
background-color: #835ACF;
}
</style>
border-color css
<style>
span { border-color: #835ACF; }
span { border-color: rgb(131,90,207); }
td.TdClassName
{
border-color: #835ACF;
}
.TagClassName
{
border-color: #835ACF;
}
</style>